Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent a5220e8 commit d16219d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/seacas/libraries/ioss/src/cgns/Iocgns_Utils.C
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ namespace {
size_t max_face = std::string("Face Count").length();
for (auto &eb : ebs) {
const std::string &name = eb->name();
max_name = std::max(name.length(), max_name);
size_t face_width = Ioss::Utils::number_width(boundary_faces[name].size());
max_face = std::max(face_width, max_face);
max_name = std::max(name.length(), max_name);
size_t face_width = Ioss::Utils::number_width(boundary_faces[name].size());
max_face = std::max(face_width, max_face);
}
max_name += 4; // Padding
max_face += 4;
Expand Down

0 comments on commit d16219d

Please sign in to comment.