Skip to content

Commit aac3f72

Browse files
Use align_center_with_border helper in goto-instrument
1 parent e7fc1d5 commit aac3f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@ void goto_instrument_parse_optionst::help()
15321532
{
15331533
// clang-format off
15341534
std::cout << '\n' << banner_string("Goto-Instrument", CBMC_VERSION) << '\n'
1535+
<< align_center_with_border("Copyright (C) 2008-2013") << '\n'
1536+
<< align_center_with_border("Daniel Kroening") << '\n'
1537+
<< align_center_with_border("[email protected]") << '\n'
15351538
<<
1536-
"* * Copyright (C) 2008-2013 * *\n"
1537-
"* * Daniel Kroening * *\n"
1538-
"* * [email protected] * *\n"
15391539
"\n"
15401540
"Usage: Purpose:\n"
15411541
"\n"

0 commit comments

Comments
 (0)