Skip to content

Commit 4e3cc19

Browse files
Committing clang-format changes
1 parent c6ec203 commit 4e3cc19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/seacas/libraries/ioss/src/main/info_interface.C

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ void Info::Interface::enroll_options()
148148

149149
#endif
150150

151-
options_.enroll(
152-
"list_change_sets", Ioss::GetLongOption::OptType::NoValue,
153-
"Print a list of the names of all change_sets (previuosly groups) in this file and then exit.",
154-
nullptr);
151+
options_.enroll("list_change_sets", Ioss::GetLongOption::OptType::NoValue,
152+
"Print a list of the names of all change_sets (previuosly groups) in this file "
153+
"and then exit.",
154+
nullptr);
155155
options_.enroll("list_groups", Ioss::GetLongOption::OptType::NoValue,
156156
"[deprecated] Use --list_change_sets", nullptr);
157157

0 commit comments

Comments
 (0)