From 6c4537885e89f69b9368251759f75127e6dcc4d6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 25 Jun 2022 08:29:07 -0400 Subject: Reformat code --- examples/qpdfjob-c-save-attachment.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/qpdfjob-c-save-attachment.c') 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); -- cgit v1.2.3-54-g00ecf