From 55a4681506c002abd83a6b8e705a66225d0dea4b Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Mon, 11 Nov 2013 13:16:01 +0000
Subject: [PATCH] STYLE: Minor code formatting

---
 .../functionObjects/field/nearWallFields/findCellParticle.H  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H
index 7f63671c4d6..0e87f644e26 100644
--- a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H
+++ b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H
@@ -61,6 +61,7 @@ class findCellParticle
         //- passive data
         label data_;
 
+
 public:
 
     friend class Cloud<findCellParticle>;
@@ -75,7 +76,6 @@ public:
 
     public:
 
-
         // Constructors
 
             trackingData
@@ -97,6 +97,7 @@ public:
             {
                 return cellToData_;
             }
+
             List<List<point> >& cellToEnd()
             {
                 return cellToEnd_;
@@ -104,7 +105,6 @@ public:
     };
 
 
-
     // Constructors
 
         //- Construct from components
@@ -171,7 +171,6 @@ public:
         }
 
 
-
         // Tracking
 
             //- Track all particles to their end point
-- 
GitLab