From 3c5700c255f4603b5df9c6d183d13dd71a083cc3 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 27 May 2023 18:19:52 +0100 Subject: Code tidy - reflow comments and strings --- libqpdf/Pl_RunLength.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libqpdf/Pl_RunLength.cc') diff --git a/libqpdf/Pl_RunLength.cc b/libqpdf/Pl_RunLength.cc index d9e6799a..d1a5e318 100644 --- a/libqpdf/Pl_RunLength.cc +++ b/libqpdf/Pl_RunLength.cc @@ -18,8 +18,7 @@ Pl_RunLength::Pl_RunLength(char const* identifier, Pipeline* next, action_e acti Pl_RunLength::~Pl_RunLength() { - // Must be explicit and not inline -- see QPDF_DLL_CLASS in - // README-maintainer + // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer } void @@ -135,10 +134,9 @@ Pl_RunLength::flush_encode() void Pl_RunLength::finish() { - // When decoding, we might have read a length byte not followed by - // data, which means the stream was terminated early, but we will - // just ignore this case since this is the only sensible thing to - // do. + // When decoding, we might have read a length byte not followed by data, which means the stream + // was terminated early, but we will just ignore this case since this is the only sensible thing + // to do. if (m->action == a_encode) { flush_encode(); unsigned char ch = 128; -- cgit v1.2.3-70-g09d2