mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove spacing around forAll macros and template '> >' closing
This commit is contained in:
@ -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 << " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user