Updated the indentation style for #include statements and separators.

This commit is contained in:
henry
2008-11-23 16:19:13 +00:00
parent 47d0a28d7d
commit dfba9d772f

View File

@ -36,10 +36,10 @@ Description
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
#include "setRootCase.H"
#include "createTime.H"
# include "setRootCase.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
# include "createTime.H"
Info << "End\n" << endl; Info << "End\n" << endl;