From 1b1b471ca99abeb6d50d58d4297d68a87dd6f47a Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 22 Jan 2022 09:14:53 -0500 Subject: Make a few whitespace fixes from last commit Commit by ejb@ql.org using m-holger as author so git annotate gives proper credit for changes. --- include/qpdf/QPDFObjectHandle.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index f540272d..ac6b4b55 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -373,13 +373,13 @@ class QPDFObjectHandle // subtype, if any. QPDF_DLL bool isDictionaryOfType(std::string const& type, - std::string const& subtype = ""); + std::string const& subtype = ""); // True if the object is a stream of the specified type and // subtype, if any. QPDF_DLL bool isStreamOfType(std::string const& type, - std::string const& subtype = ""); + std::string const& subtype = ""); // Public factory methods -- cgit v1.2.3-54-g00ecf