From d94e6958efa1a901e9a3b835069948ed0e491714 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 8 Oct 2022 17:05:11 -0400 Subject: [PATCH] Fix stray formatting error --- libqpdf/QPDF_Stream.cc | 5 +++-- 1 file 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: