Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
dfba9d77
Commit
dfba9d77
authored
Nov 23, 2008
by
henry
Browse files
Updated the indentation style for #include statements and separators.
parent
47d0a28d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/foamTemplates/source/foamAppTemplate.C
View file @
dfba9d77
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment