aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-15 17:07:49 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-15 17:07:49 +0100
commit37cf12850152801be2c0339a7d6a71e35da7a1dc (patch)
treea56d76acb8e64d436188967681e3736bdc4e5113
parentdca5927ba0e57c7046a93213e05bfa6eda130707 (diff)
downloadqpdf-37cf12850152801be2c0339a7d6a71e35da7a1dc.tar.zst
Remove extraneous blank lines
-rw-r--r--libqpdf/QPDFJob_json.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libqpdf/QPDFJob_json.cc b/libqpdf/QPDFJob_json.cc
index 53458a52..83bc856c 100644
--- a/libqpdf/QPDFJob_json.cc
+++ b/libqpdf/QPDFJob_json.cc
@@ -186,7 +186,6 @@ Handlers::pushKey(std::string const& key)
this->jh->addDictKeyHandler(key, new_jh);
this->jh = new_jh.get();
this->json_handlers.emplace_back(std::move(new_jh));
-
}
void
@@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn)
jh->addFallbackHandler(item_jh);
this->jh = item_jh.get();
this->json_handlers.emplace_back(std::move(item_jh));
-
}
void