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-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 301bf635..c461f974 100644 --- a/examples/qpdfjob-c-save-attachment.c +++ b/examples/qpdfjob-c-save-attachment.c @@ -83,8 +83,7 @@ main(int argc, char* argv[]) * saved data. You can use other qpdf logger functions to capture * informational output, warnings, and errors. */ - qpdflogger_set_save( - l, qpdf_log_dest_custom, save_to_file, (void*)outfile, 0); + qpdflogger_set_save(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)); -- cgit v1.2.3-54-g00ecf