Skip to content

Commit b50e9e2

Browse files
dschwoerergithub-actions[bot]
authored andcommitted
Apply clang-format changes
1 parent bd8da11 commit b50e9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrated/test-fci-boundary/get_par_bndry.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
1717
for (const auto& bndry_par :
1818
mesh->getBoundariesPar(static_cast<BoundaryParType>(i))) {
1919
output.write("{:s} region\n", toString(static_cast<BoundaryParType>(i)));
20-
for (auto& pnt: bndry_par) {
20+
for (auto& pnt : bndry_par) {
2121
fields[i][pnt.ind()] += 1;
2222
output.write("{:s} increment\n", toString(static_cast<BoundaryParType>(i)));
2323
}

0 commit comments

Comments
 (0)