STYLE: trailing whitespace.

This commit is contained in:
graham
2011-01-05 11:21:35 +00:00
parent b18f6cc1ce
commit 77190a351a

View File

@ -275,7 +275,7 @@ autoPtr<fvMesh> createMesh
mesh.cellZones()
);
}
mesh.addZones(pz, fz, cz);
mesh.addZones(pz, fz, cz);
}
@ -399,7 +399,7 @@ void printMeshData(const polyMesh& mesh)
label nProcFaces = 0;
const labelList& nei = patchNeiProcNo[procI];
forAll(patchNeiProcNo[procI], i)
{
Info<< " Number of faces shared with processor "