Skip to content

Commit 21d4f7d

Browse files
Use align_center_with_border helper in goto-diff
1 parent bd8aa81 commit 21d4f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-diff/goto_diff_parse_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,10 @@ void goto_diff_parse_optionst::help()
457457
{
458458
// clang-format off
459459
std::cout << '\n' << banner_string("GOTO_DIFF", CBMC_VERSION) << '\n'
460+
<< align_center_with_border("Copyright (C) 2016") << '\n'
461+
<< align_center_with_border("Daniel Kroening, Peter Schrammel") << '\n' // NOLINT (*)
462+
<< align_center_with_border("[email protected]") << '\n'
460463
<<
461-
"* * Copyright (C) 2016 * *\n"
462-
"* * Daniel Kroening, Peter Schrammel * *\n"
463-
"* * [email protected] * *\n"
464464
"\n"
465465
"Usage: Purpose:\n"
466466
"\n"

0 commit comments

Comments
 (0)