aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-07-31 23:10:55 +0200
committerJay Berkenbilt <ejb@ql.org>2022-07-31 23:10:55 +0200
commita9c0b026683cc1f9f86a22a0e080940f55d5760d (patch)
treed042be3d98eb5c4e885e35fbc48ef0bcb7a1be6a /include
parent5d63730b9347a755d2906f7a929db9dba71ea37f (diff)
downloadqpdf-a9c0b026683cc1f9f86a22a0e080940f55d5760d.tar.zst
Fix code formatting for deprecated
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 2106a62c..0e4d8a2e 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -433,8 +433,7 @@ class QPDFJob
QPDF_DLL
static std::string json_out_schema(int version);
- QPDF_DLL
- [[deprecated("use json_out_schema(version)")]] static std::string
+ [[deprecated("use json_out_schema(version)")]] static std::string QPDF_DLL
json_out_schema_v1();
// Provide a string that is the help information for specified
@@ -442,8 +441,7 @@ class QPDFJob
QPDF_DLL
static std::string job_json_schema(int version);
- QPDF_DLL
- [[deprecated("use job_json_schema(version)")]] static std::string
+ [[deprecated("use job_json_schema(version)")]] static std::string QPDF_DLL
job_json_schema_v1();
private: