aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf-c.cc
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 /libqpdf/qpdf-c.cc
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 'libqpdf/qpdf-c.cc')
-rw-r--r--libqpdf/qpdf-c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf-c.cc b/libqpdf/qpdf-c.cc
index 44950568..c7300cae 100644
--- a/libqpdf/qpdf-c.cc
+++ b/libqpdf/qpdf-c.cc
@@ -1159,7 +1159,7 @@ QPDF_BOOL qpdf_oh_is_name_and_equals(
}
QPDF_BOOL qpdf_oh_is_dictionary_of_type(
- qpdf_data qpdf, qpdf_oh oh, char const* type, char const* subtype)
+ qpdf_data qpdf, qpdf_oh oh, char const* type, char const* subtype)
{
auto stype = (subtype == nullptr) ? "" : subtype;
return do_with_oh<QPDF_BOOL>(