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-save-attachment.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/qpdfjob-save-attachment.cc') diff --git a/examples/qpdfjob-save-attachment.cc b/examples/qpdfjob-save-attachment.cc index 2c08620a..045e38bf 100644 --- a/examples/qpdfjob-save-attachment.cc +++ b/examples/qpdfjob-save-attachment.cc @@ -14,8 +14,7 @@ main(int argc, char* argv[]) auto whoami = QUtil::getWhoami(argv[0]); if (argc != 4) { - std::cerr << "Usage: " << whoami << " file attachment-key outfile" - << std::endl; + std::cerr << "Usage: " << whoami << " file attachment-key outfile" << std::endl; exit(2); } -- cgit v1.2.3-54-g00ecf