Skip to content

Commit 952a0e9

Browse files
ZedThreegithub-actions[bot]
authored andcommitted
Apply clang-format changes
1 parent 2cb3aae commit 952a0e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mesh/parallel/fci.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ FCIMap::FCIMap(Mesh& mesh, [[maybe_unused]] const Coordinates::FieldMetric& dy,
107107
const auto direction = (offset_ > 0) ? "forward"sv : "backward"sv;
108108
// We only have a suffix for parallel slices beyond the first
109109
// This is for backwards compatibility
110-
if (std:abs(offset_) == 1){
111-
return fmt::format("{}_{}", direction, field);
112-
}
110+
if (std : abs(offset_) == 1) {
111+
return fmt::format("{}_{}", direction, field);
112+
}
113113
return fmt::format("{}_{}_{}", direction, field, std::abs(offset_));
114114
};
115115

0 commit comments

Comments
 (0)