From dfba9d772fc7bdef306ba96a45713104eb3707cd Mon Sep 17 00:00:00 2001 From: henry Date: Sun, 23 Nov 2008 16:19:13 +0000 Subject: [PATCH] Updated the indentation style for #include statements and separators. --- bin/foamTemplates/source/foamAppTemplate.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/foamTemplates/source/foamAppTemplate.C b/bin/foamTemplates/source/foamAppTemplate.C index 351c9d251b..bef53f7f8e 100644 --- a/bin/foamTemplates/source/foamAppTemplate.C +++ b/bin/foamTemplates/source/foamAppTemplate.C @@ -36,10 +36,10 @@ Description int main(int argc, char *argv[]) { + #include "setRootCase.H" + #include "createTime.H" -# include "setRootCase.H" -# include "createTime.H" - + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Info << "End\n" << endl;