summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-01-22 15:14:53 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-22 15:14:53 +0100
commit1b1b471ca99abeb6d50d58d4297d68a87dd6f47a (patch)
tree1aad7f4ff67d742e60f615e75ab7e05c1d8d0d9c /include
parent8593b9fdf74e68099a5fe2aa0b6d0b6320781a2d (diff)
downloadqpdf-1b1b471ca99abeb6d50d58d4297d68a87dd6f47a.tar.zst
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.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
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