clang-format Main.cc
This commit is contained in:
+4
-3
@@ -1289,12 +1289,13 @@ Action a_generate_word_select_table(
|
|||||||
Version v = Version::UNKNOWN;
|
Version v = Version::UNKNOWN;
|
||||||
try {
|
try {
|
||||||
v = get_cli_version(args);
|
v = get_cli_version(args);
|
||||||
} catch (const runtime_error&) {}
|
} catch (const runtime_error&) {
|
||||||
|
}
|
||||||
|
|
||||||
if (v != Version::UNKNOWN) {
|
if (v != Version::UNKNOWN) {
|
||||||
table->print_index(stdout, v);
|
table->print_index(stdout, v);
|
||||||
} else {
|
} else {
|
||||||
table->print(stdout);
|
table->print(stdout);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user