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 Jan 30, 2025
1 parent d8e4e30 commit b784e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/applications/nem_slice/elb_loadbal.C
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ namespace {
/* get the node on this element side (should only be one)*/
std::array<INT, MAX_SIDE_NODES> side_nodes;
#ifndef NDEBUG
int side_cnt =
int side_cnt =
#endif
ss_to_node_list(etype, mesh->connect[ecnt], (nscnt + 1), side_nodes.data());
assert(side_cnt == 1);
Expand Down

0 comments on commit b784e11

Please sign in to comment.