From b50395b846da21f0df4af74ef78b4b6448be351d Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Tue, 4 Jan 2011 10:52:17 +0000
Subject: [PATCH] STYLE: Minor code formatting changes

---
 src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C                | 2 --
 .../incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C    | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C
index 82eeb67a647..1ca2f9929d7 100644
--- a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C
+++ b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C
@@ -30,7 +30,6 @@ License
 
 // * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //
 
-
 template<unsigned Size>
 Foam::boundBox::boundBox
 (
@@ -75,7 +74,6 @@ Foam::boundBox::boundBox
 
 // * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * * //
 
-
 template<unsigned Size>
 bool Foam::boundBox::contains
 (
diff --git a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C
index bdac848e515..3095d76a3f0 100644
--- a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C
+++ b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C
@@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct()
 
     const volSymmTensorField reflect
     (
-            C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
+        C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
     );
 
     tmp<fvSymmTensorMatrix> REqn
-- 
GitLab