From d9c65914514657b0d4284d6b1f9728a6831f1497 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Sat, 6 Aug 2011 21:31:24 +0100
Subject: [PATCH] topoSet: minor reformatting

---
 .../utilities/mesh/manipulation/topoSet/topoSet.C         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C
index 8e4e33e8af5..acaef51e722 100644
--- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C
+++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C
@@ -105,19 +105,19 @@ int main(int argc, char *argv[])
         "file",
         "specify an alternative dictionary for the topoSet dictionary"
     );
-#   include "addRegionOption.H"
+    #include "addRegionOption.H"
     argList::addBoolOption
     (
         "noSync",
         "do not synchronise selection across coupled patches"
     );
 
-#   include "setRootCase.H"
-#   include "createTime.H"
+    #include "setRootCase.H"
+    #include "createTime.H"
 
     instantList timeDirs = timeSelector::selectIfPresent(runTime, args);
 
-#   include "createNamedPolyMesh.H"
+    #include "createNamedPolyMesh.H"
 
     const bool noSync = args.optionFound("noSync");
 
-- 
GitLab