2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 18:00:52 +00:00

Fix stray formatting error

This commit is contained in:
Jay Berkenbilt 2022-10-08 17:05:11 -04:00
parent 2bc9121fa1
commit d94e6958ef

View File

@ -213,7 +213,8 @@ QPDF_Stream::getStreamJSON(
case qpdf_sj_none: case qpdf_sj_none:
case qpdf_sj_inline: case qpdf_sj_inline:
if (p != nullptr) { if (p != nullptr) {
throw std::logic_error("QPDF_Stream::getStreamJSON: pipeline should " throw std::logic_error(
"QPDF_Stream::getStreamJSON: pipeline should "
"only be supplied when json_data is file"); "only be supplied when json_data is file");
} }
break; break;