aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-02-04 22:11:53 +0100
committerJay Berkenbilt <ejb@ql.org>2024-02-04 22:12:01 +0100
commit7caa9ddf5a8b272c94fa5d4c079f2be8eabff983 (patch)
tree64451d1714bb5625cc45cbcbef96175756fee457 /libqpdf/QPDFJob.cc
parent532cc58d7e1ad73d2e724abb0bb21af90e791d30 (diff)
downloadqpdf-7caa9ddf5a8b272c94fa5d4c079f2be8eabff983.tar.zst
Format code
Diffstat (limited to 'libqpdf/QPDFJob.cc')
-rw-r--r--libqpdf/QPDFJob.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index 07abaa49..a699e38d 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -3097,10 +3097,9 @@ QPDFJob::writeOutfile(QPDF& pdf)
try {
QUtil::remove_file(backup.c_str());
} catch (QPDFSystemError& e) {
- *m->log->getError()
- << m->message_prefix << ": unable to delete original file (" << e.what() << ");"
- << " original file left in " << backup
- << ", but the input was successfully replaced\n";
+ *m->log->getError() << m->message_prefix << ": unable to delete original file ("
+ << e.what() << ");" << " original file left in " << backup
+ << ", but the input was successfully replaced\n";
}
}
}