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_SHA2.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libqpdf/Pl_SHA2.cc') diff --git a/libqpdf/Pl_SHA2.cc b/libqpdf/Pl_SHA2.cc index f431ff7d..04ef924c 100644 --- a/libqpdf/Pl_SHA2.cc +++ b/libqpdf/Pl_SHA2.cc @@ -20,8 +20,7 @@ Pl_SHA2::write(unsigned char const* buf, size_t len) this->in_progress = true; } - // Write in chunks in case len is too big to fit in an int. - // Assume int is at least 32 bits. + // Write in chunks in case len is too big to fit in an int. Assume int is at least 32 bits. static size_t const max_bytes = 1 << 30; size_t bytes_left = len; unsigned char const* data = buf; -- cgit v1.2.3-54-g00ecf