From 77190a351aecabacf4ed833752d11f59ba9fa8a7 Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Wed, 5 Jan 2011 11:21:35 +0000 Subject: [PATCH] STYLE: trailing whitespace. --- .../redistributeMeshPar/redistributeMeshPar.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C b/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C index e7eeb0a3683..4bf66876a32 100644 --- a/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C +++ b/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C @@ -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 " -- GitLab