aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_json.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-21 22:11:42 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-21 22:11:42 +0200
commit05460d405cf7f3f4e3f2cd0b6bc594d1e4bbc662 (patch)
tree7e2cd96e0f9ff99d755db0dbcd44bdb09d3246cd /libqpdf/QPDF_json.cc
parent6c69a747b9f7a801be2ad58985f35886bd38239e (diff)
downloadqpdf-05460d405cf7f3f4e3f2cd0b6bc594d1e4bbc662.tar.zst
Format code
Diffstat (limited to 'libqpdf/QPDF_json.cc')
-rw-r--r--libqpdf/QPDF_json.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqpdf/QPDF_json.cc b/libqpdf/QPDF_json.cc
index a9368648..c6fab8ad 100644
--- a/libqpdf/QPDF_json.cc
+++ b/libqpdf/QPDF_json.cc
@@ -197,7 +197,8 @@ QPDF::test_json_validators()
}
static std::function<void(Pipeline*)>
-provide_data(std::shared_ptr<InputSource> is, qpdf_offset_t start, qpdf_offset_t end)
+provide_data(
+ std::shared_ptr<InputSource> is, qpdf_offset_t start, qpdf_offset_t end)
{
return [is, start, end](Pipeline* p) {
Pl_Base64 decode("base64-decode", p, Pl_Base64::a_decode);