From a9c0b026683cc1f9f86a22a0e080940f55d5760d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 31 Jul 2022 17:10:55 -0400 Subject: Fix code formatting for deprecated --- include/qpdf/QPDFJob.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') 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: -- cgit v1.2.3-54-g00ecf