STYLE: add END tag for dependency files

- aids when locating truncated files
This commit is contained in:
Mark Olesen
2020-09-18 13:21:05 +02:00
parent 2cba04e204
commit 52025dfb1b
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
\\/ M anipulation |
------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2017-2018 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -442,7 +442,7 @@ int main(int argc, char* argv[])
nextFile(sourceFile);
yylex();
fputs("\n\n", stdout);
fputs("\n#END\n", stdout);
fflush(stdout);
for (i = nDirectories-1; i >= 0; --i)

View File

@ -7,7 +7,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018-2019 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -993,7 +993,7 @@ int main(int argc, char* argv[])
processFile(sourceFile);
fputs("\n\n", stdout);
fputs("\n#END\n", stdout);
fflush(stdout);
return 0;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018-2019 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -575,7 +575,7 @@ int main(int argc, char* argv[])
processFile(sourceFile);
fputs("\n\n", stdout);
fputs("\n#END\n", stdout);
fflush(stdout);
return 0;