aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdfjob-save-attachment.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-21 19:35:09 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-21 19:35:09 +0200
commit60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 (patch)
treea707602da466c02ff1a54b3263c3a881cd7204a4 /examples/qpdfjob-save-attachment.cc
parent6b077332d38c093de2618d5e1481b42222106065 (diff)
downloadqpdf-60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2.tar.zst
Rerun clang-format
Diffstat (limited to 'examples/qpdfjob-save-attachment.cc')
-rw-r--r--examples/qpdfjob-save-attachment.cc3
1 files changed, 1 insertions, 2 deletions
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);
}