mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
This commit is contained in:
@ -705,7 +705,7 @@ void Foam::surfaceIntersection::doCutEdges
|
||||
doTrack = false;
|
||||
}
|
||||
}
|
||||
while(doTrack);
|
||||
while (doTrack);
|
||||
}
|
||||
intersection::setPlanarTol(oldTol);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user