mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix worst spacing violations for 'os <<' constructions
- accept some violations of the coding guidelines though - perhaps adding a style exception would be simpler.
This commit is contained in:
@ -3036,12 +3036,12 @@ void Foam::cellCuts::writeOBJ
|
||||
vertI++;
|
||||
}
|
||||
|
||||
os << 'f';
|
||||
os << 'f';
|
||||
forAll(loopPts, fp)
|
||||
{
|
||||
os << ' ' << startVertI + fp + 1;
|
||||
}
|
||||
os<< endl;
|
||||
os << endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user