mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 22:58:33 +00:00
Format code
This commit is contained in:
parent
e50ff67d00
commit
55b0024899
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user