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. --- libqpdf/qpdf-c.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') 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( -- cgit v1.2.3-70-g09d2