aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-25 14:29:07 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-25 17:11:24 +0200
commit6c4537885e89f69b9368251759f75127e6dcc4d6 (patch)
treeee3ad1d6bf306e7121d8f31328613b1e5934c629 /examples
parent7836e1974726f379b96d980cfa39561cfab2e0ff (diff)
downloadqpdf-6c4537885e89f69b9368251759f75127e6dcc4d6.tar.zst
Reformat code
Diffstat (limited to 'examples')
-rw-r--r--examples/qpdfjob-c-save-attachment.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qpdfjob-c-save-attachment.c b/examples/qpdfjob-c-save-attachment.c
index 950e297b..6f67e25b 100644
--- a/examples/qpdfjob-c-save-attachment.c
+++ b/examples/qpdfjob-c-save-attachment.c
@@ -88,8 +88,7 @@ main(int argc, char* argv[])
l, qpdf_log_dest_custom, save_to_file, (void*)outfile, 0);
qpdflogger_cleanup(&l);
j = qpdfjob_init();
- status = (qpdfjob_initialize_from_argv(j, j_argv) ||
- qpdfjob_run(j));
+ status = (qpdfjob_initialize_from_argv(j, j_argv) || qpdfjob_run(j));
qpdfjob_cleanup(&j);
free(attachment_arg);
fclose(outfile);