Fix stray formatting error

This commit is contained in:
Jay Berkenbilt 2022-10-08 17:05:11 -04:00
parent 2bc9121fa1
commit d94e6958ef
1 changed files with 3 additions and 2 deletions

View File

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