aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-08 23:05:11 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-08 23:05:11 +0200
commitd94e6958efa1a901e9a3b835069948ed0e491714 (patch)
treeabb1ea818ca847d5a24968bebe66358e3185a075
parent2bc9121fa16a274093f6756164a52c30ecb7496c (diff)
downloadqpdf-d94e6958efa1a901e9a3b835069948ed0e491714.tar.zst
Fix stray formatting error
-rw-r--r--libqpdf/QPDF_Stream.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc
index c768d681..7f60e1cd 100644
--- a/libqpdf/QPDF_Stream.cc
+++ b/libqpdf/QPDF_Stream.cc
@@ -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: