From 74b557d5f271920ed14ad93e59ea191f863f007a Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 8 Dec 2017 12:26:16 +0000 Subject: [PATCH] STYLE: indentation: trailing whitespace --- .../multiphase/interCondensatingEvaporatingFoam/createFields.H | 1 - .../utilities/mesh/manipulation/checkMesh/checkTopology.C | 2 +- .../field/fieldValues/surfaceFieldValue/surfaceFieldValueI.H | 2 +- .../multiphaseInterFoam/laminar/mixerVessel2D/makeMesh | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/applications/solvers/multiphase/interCondensatingEvaporatingFoam/createFields.H b/applications/solvers/multiphase/interCondensatingEvaporatingFoam/createFields.H index c6bde4234f6..266b339b675 100644 --- a/applications/solvers/multiphase/interCondensatingEvaporatingFoam/createFields.H +++ b/applications/solvers/multiphase/interCondensatingEvaporatingFoam/createFields.H @@ -138,4 +138,3 @@ volScalarField pDivU mesh, dimensionedScalar("pDivU", p.dimensions()/dimTime, 0) ); - diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index b0ddecd8136..b0bae6d72cb 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -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; } diff --git a/src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValueI.H b/src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValueI.H index 8623229b6e4..cf23cb96df1 100644 --- a/src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValueI.H +++ b/src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValueI.H @@ -53,7 +53,7 @@ Foam::functionObjects::fieldValues::surfaceFieldValue::faceFlip() const inline bool Foam::functionObjects::fieldValues::surfaceFieldValue::usesMag() const { - // Operation specifically tagged to use mag + // Operation specifically tagged to use mag return (operation_ & typeAbsolute); } diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/makeMesh b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/makeMesh index 3cb213572c2..4d667956a0a 100755 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/makeMesh +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/makeMesh @@ -4,4 +4,3 @@ m4 < system/blockMeshDict.m4 > system/blockMeshDict blockMesh topoSet setsToZones -noFlipMap - -- GitLab