scripts: Reformat with consistent section separators

This commit is contained in:
Henry Weller
2016-02-15 18:30:24 +00:00
parent 567236ef96
commit fa0656c358
370 changed files with 399 additions and 401 deletions

View File

@ -1,10 +1,10 @@
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM.
#
@ -39,7 +39,7 @@
# */
# The intermediate "/*! ... */" block is left-justified to handle
# possible verbatim text
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
BEGIN {
state = 0
@ -86,4 +86,4 @@ BEGIN {
next
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------