aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFJob.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-20 20:13:09 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-20 20:52:19 +0200
commitd740c6ccced02147f84a39d5e5f0984d12bac6cb (patch)
tree143a1ad44c281e69cc3c07d96ae694edfe098c8f /include/qpdf/QPDFJob.hh
parent5f02c7c9e779a761b8324427c39e85429e25ba29 (diff)
downloadqpdf-d740c6ccced02147f84a39d5e5f0984d12bac6cb.tar.zst
Rerun format_code (after merging clang-tidy PR)
Diffstat (limited to 'include/qpdf/QPDFJob.hh')
-rw-r--r--include/qpdf/QPDFJob.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 51b54d80..27ab96d3 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -497,7 +497,8 @@ class QPDFJob
// Helper functions
static void usage(std::string const& msg);
- static JSON json_schema(int json_version, std::set<std::string>* keys = nullptr);
+ static JSON
+ json_schema(int json_version, std::set<std::string>* keys = nullptr);
static void parse_object_id(
std::string const& objspec, bool& trailer, int& obj, int& gen);
void parseRotationParameter(std::string const&);