Skip to content

Commit 4dc003e

Browse files
Use align_center_with_border helper in jdiff
1 parent aac3f72 commit 4dc003e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jbmc/src/jdiff/jdiff_parse_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,10 @@ void jdiff_parse_optionst::help()
440440
{
441441
// clang-format off
442442
std::cout << '\n' << banner_string("JDIFF", CBMC_VERSION) << '\n'
443+
<< align_center_with_border("Copyright (C) 2016-2018") << '\n'
444+
<< align_center_with_border("Daniel Kroening, Peter Schrammel") << '\n' // NOLINT(*)
445+
<< align_center_with_border("[email protected]") << '\n'
443446
<<
444-
"* * Copyright (C) 2016-2018 * *\n"
445-
"* * Daniel Kroening, Peter Schrammel * *\n"
446-
"* * [email protected] * *\n"
447447
"\n"
448448
"Usage: Purpose:\n"
449449
"\n"

0 commit comments

Comments
 (0)