From 60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 21 May 2023 13:35:09 -0400 Subject: Rerun clang-format --- examples/qpdfjob-remove-annotations.cc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'examples/qpdfjob-remove-annotations.cc') diff --git a/examples/qpdfjob-remove-annotations.cc b/examples/qpdfjob-remove-annotations.cc index 5334e7dc..b0afa2da 100644 --- a/examples/qpdfjob-remove-annotations.cc +++ b/examples/qpdfjob-remove-annotations.cc @@ -20,15 +20,10 @@ usageExit(std::string const& msg) << whoami << ": " << msg << std::endl << std::endl << "For help:" << std::endl - << " " << whoami << " --help=usage usage information" - << std::endl - << " " << whoami << " --help=topic help on a topic" - << std::endl - << " " << whoami << " --help=--option help on an option" - << std::endl - << " " << whoami - << " --help general help and a topic list" - << std::endl + << " " << whoami << " --help=usage usage information" << std::endl + << " " << whoami << " --help=topic help on a topic" << std::endl + << " " << whoami << " --help=--option help on an option" << std::endl + << " " << whoami << " --help general help and a topic list" << std::endl << std::endl; exit(QPDFJob::EXIT_ERROR); } -- cgit v1.2.3-54-g00ecf