STYLE: fix 'forAll (' -> 'forAll(' format (again)

This commit is contained in:
Mark Olesen
2010-06-02 09:13:48 +02:00
parent d572f40c63
commit 59c0e8e24d
7 changed files with 22 additions and 22 deletions

View File

@ -90,7 +90,7 @@ cellShape create3DCellShape
// make a list of outward-pointing faces
labelListList localFaces(faceLabels.size());
forAll (faceLabels, faceI)
forAll(faceLabels, faceI)
{
const label curFaceLabel = faceLabels[faceI];