STYLE: remove trailing spaces

This commit is contained in:
OpenFOAM bot
2019-06-26 11:36:49 +02:00
committed by Andrew Heather
parent a9bfef33bf
commit 51bb4e0037
18 changed files with 50 additions and 50 deletions

View File

@ -30,7 +30,7 @@ Group
grpIncompressibleSolvers
Description
Steady-state solver for incompressible, 1D turbulent flow,
Steady-state solver for incompressible, 1D turbulent flow,
typically to generate boundary layer conditions at an inlet.
Boundary layer code to calculate the U, k and epsilon distributions.

View File

@ -73,7 +73,7 @@ forAll(boundaryDicts, patchi)
}
else
{
nbrPatchName = "patch" + Foam::name(patchi - 1);
nbrPatchName = "patch" + Foam::name(patchi - 1);
}
patchDict.add("type", cyclicPolyPatch::typeName);