Format code

This commit is contained in:
Jay Berkenbilt 2024-01-06 17:23:45 -05:00
parent e50ff67d00
commit 55b0024899
1 changed files with 2 additions and 1 deletions

View File

@ -600,7 +600,8 @@ QPDF::reconstruct_xref(QPDFExc& e)
try {
read_xref(max_offset);
} catch (std::exception&) {
throw damagedPDF("", 0, "error decoding candidate xref stream while recovering damaged file");
throw damagedPDF(
"", 0, "error decoding candidate xref stream while recovering damaged file");
}
QTC::TC("qpdf", "QPDF recover xref stream");
}