Skip to content

Commit 18054d6

Browse files
committed
clang-format fix
1 parent 40119af commit 18054d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7009,9 +7009,9 @@ void CPhysicalGeometry::FindUniqueNode_PeriodicBound(const CConfig* config) {
70097009
* ---*/
70107010
}
70117011
break; // Actually no more than one streamwise periodic marker pair is allowed
7012-
} // receiver conditional
7013-
} // periodic conditional
7014-
} // marker loop
7012+
} // receiver conditional
7013+
} // periodic conditional
7014+
} // marker loop
70157015

70167016
/*--- Copy the Coordinates and norm into send buffer. ---*/
70177017
for (unsigned short iDim = 0; iDim < nDim; iDim++) Buffer_Send_RefNode[iDim] = nodes->GetCoord(iPointMin, iDim);

0 commit comments

Comments
 (0)