STYLE: remove spacing around forAll macros and template '> >' closing

This commit is contained in:
Mark Olesen
2018-07-06 11:03:28 +02:00
parent 957d8dc38d
commit 96b65a781d
23 changed files with 151 additions and 154 deletions

View File

@ -202,7 +202,7 @@ void Foam::fluentFvMesh::writeFluentMesh() const
// Note: In Fluent, all boundary faces point inwards, which is
// opposite from the OpenFOAM convention.
// Turn them around on printout
forAllReverse (l, lI)
forAllReverse(l, lI)
{
fluentMeshFile << l[lI] + 1 << " ";
}