Skip to content

Commit 995a4cf

Browse files
Committing clang-format changes
1 parent adc33b3 commit 995a4cf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
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

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,8 @@ void IOShell::Interface::enroll_options()
343343
"\t\tBy default, block/set/assembly names are left as they appear in the input mesh file",
344344
nullptr);
345345

346-
options_.enroll(
347-
"lower_case_database_names", Ioss::GetLongOption::OptType::NoValue,
348-
"[Deprecated] Use lowercase_database_names",
349-
nullptr);
346+
options_.enroll("lower_case_database_names", Ioss::GetLongOption::OptType::NoValue,
347+
"[Deprecated] Use lowercase_database_names", nullptr);
350348

351349
options_.enroll("retain_empty_blocks", Ioss::GetLongOption::OptType::NoValue,
352350
"If any empty element blocks on input file, keep them and write to output file.\n"

0 commit comments

Comments
 (0)