aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf-ctest.c
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 /qpdf/qpdf-ctest.c
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 'qpdf/qpdf-ctest.c')
-rw-r--r--qpdf/qpdf-ctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf-ctest.c b/qpdf/qpdf-ctest.c
index 13144fe3..37225a22 100644
--- a/qpdf/qpdf-ctest.c
+++ b/qpdf/qpdf-ctest.c
@@ -703,7 +703,7 @@ static void test25(char const* infile,
assert(qpdf_oh_is_or_has_name(
qpdf, qpdf_oh_get_array_item(qpdf, p_five, 0), "/Five"));
assert(qpdf_oh_is_name_and_equals(
- qpdf, qpdf_oh_get_array_item(qpdf, p_five, 0), "/Five"));
+ qpdf, qpdf_oh_get_array_item(qpdf, p_five, 0), "/Five"));
assert(qpdf_oh_is_null(qpdf, p_null));
assert(qpdf_oh_get_type_code(qpdf, p_null) == ot_null);
assert(strcmp(qpdf_oh_get_type_name(qpdf, p_null), "null") == 0);