STYLE: remove trailing space, tabs

This commit is contained in:
Mark Olesen
2023-04-21 11:33:48 +02:00
parent 7bef18a274
commit 2b1061420c
15 changed files with 81 additions and 79 deletions

View File

@ -113,7 +113,7 @@ void Foam::checkPatch
labelList() // null value
);
label labelTyp = TopoType::MANIFOLD;
forAll(meshEdges, edgei)
{

View File

@ -57,7 +57,7 @@ Description
-combineZones '((zoneA "zoneB.*")(none otherZone))
This can be combined with e.g. 'cellZones' or 'cellZonesOnly'. The
addZones option supplies the destination region name as first element in
the list. The combineZones option synthesises the region name e.g.
the list. The combineZones option synthesises the region name e.g.
zoneA_zoneB0_zoneB1
- cellZonesOnly does not do a walk and uses the cellZones only. Use
@ -1830,7 +1830,7 @@ int main(int argc, char *argv[])
{
label ownCluster = clusterID[mesh.faceOwner()[facei]];
label neiCluster = clusterID[mesh.faceNeighbour()[facei]];
if (ownCluster != neiCluster)
{
blockedFace[facei] = true;