From 9c350ab50180ac2b4d38822c7c36058b13ec9f43 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Fri, 5 Nov 2010 13:03:55 +0000
Subject: [PATCH] STYLE: minor: indentation of 4 chars instead of 8

---
 applications/solvers/combustion/reactingFoam/chemistry.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/solvers/combustion/reactingFoam/chemistry.H b/applications/solvers/combustion/reactingFoam/chemistry.H
index 8bfa872d7b3..d7faf86b0c5 100644
--- a/applications/solvers/combustion/reactingFoam/chemistry.H
+++ b/applications/solvers/combustion/reactingFoam/chemistry.H
@@ -11,7 +11,7 @@
     if (turbulentReaction)
     {
         volScalarField tk =
-                Cmix*sqrt(turbulence->muEff()/rho/turbulence->epsilon());
+            Cmix*sqrt(turbulence->muEff()/rho/turbulence->epsilon());
         volScalarField tc = chemistry.tc();
 
         // Chalmers PaSR model
-- 
GitLab