Commit d94e6958efa1a901e9a3b835069948ed0e491714
1 parent
2bc9121f
Fix stray formatting error
Showing
1 changed file
with
3 additions
and
2 deletions
libqpdf/QPDF_Stream.cc
| ... | ... | @@ -213,8 +213,9 @@ QPDF_Stream::getStreamJSON( |
| 213 | 213 | case qpdf_sj_none: |
| 214 | 214 | case qpdf_sj_inline: |
| 215 | 215 | if (p != nullptr) { |
| 216 | - throw std::logic_error("QPDF_Stream::getStreamJSON: pipeline should " | |
| 217 | - "only be supplied when json_data is file"); | |
| 216 | + throw std::logic_error( | |
| 217 | + "QPDF_Stream::getStreamJSON: pipeline should " | |
| 218 | + "only be supplied when json_data is file"); | |
| 218 | 219 | } |
| 219 | 220 | break; |
| 220 | 221 | case qpdf_sj_file: | ... | ... |