mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: indentation: trailing whitespace
This commit is contained in:
@ -690,7 +690,7 @@ Foam::label Foam::checkTopology
|
||||
Info<< " "
|
||||
<< setw(20) << cZone.name()
|
||||
<< setw(9) << returnReduce(cZone.size(), sumOp<label>())
|
||||
<< setw(9)
|
||||
<< setw(9)
|
||||
<< returnReduce(isZonePoint.count(), sumOp<label>())
|
||||
<< setw(3) << bb << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user