Skip to content

Commit 75bd68f

Browse files
Use align_center_with_border helper in goto-analyzer
1 parent 5658af1 commit 75bd68f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,10 @@ void goto_analyzer_parse_optionst::help()
818818
{
819819
// clang-format off
820820
std::cout << '\n' << banner_string("GOTO-ANALYZER", CBMC_VERSION) << '\n'
821+
<< align_center_with_border("Copyright (C) 2017-2018") << '\n'
822+
<< align_center_with_border("Daniel Kroening, Diffblue") << '\n'
823+
<< align_center_with_border("[email protected]") << '\n'
821824
<<
822-
"* * Copyright (C) 2017-2018 * *\n"
823-
"* * Daniel Kroening, Diffblue * *\n"
824-
"* * [email protected] * *\n"
825825
"\n"
826826
"Usage: Purpose:\n"
827827
"\n"

0 commit comments

Comments
 (0)