From 55d9eb206d60142bcf2c012c4625bfb9946c44cf Mon Sep 17 00:00:00 2001 From: Robert <@aerogt3> Date: Tue, 3 Apr 2018 09:40:04 +0200 Subject: [PATCH] STYLE: missing space in checkMesh (fixes #767) --- .../mesh/manipulation/checkMesh/checkTopology.C | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index f5e94023f3..52c91d699f 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -654,8 +654,8 @@ Foam::label Foam::checkTopology { Info<< " " << setw(20) << "CellZone" - << setw(9) << "Cells" - << setw(9) << "Points" + << setw(13) << "Cells" + << setw(13) << "Points" << ' ' << "BoundingBox" <()) - << setw(9) + << ' ' << setw(12) + << returnReduce(cZone.size(), sumOp