Commit a9c0b026683cc1f9f86a22a0e080940f55d5760d

Authored by Jay Berkenbilt
1 parent 5d63730b

Fix code formatting for deprecated

Showing 1 changed file with 2 additions and 4 deletions
include/qpdf/QPDFJob.hh
... ... @@ -433,8 +433,7 @@ class QPDFJob
433 433 QPDF_DLL
434 434 static std::string json_out_schema(int version);
435 435  
436   - QPDF_DLL
437   - [[deprecated("use json_out_schema(version)")]] static std::string
  436 + [[deprecated("use json_out_schema(version)")]] static std::string QPDF_DLL
438 437 json_out_schema_v1();
439 438  
440 439 // Provide a string that is the help information for specified
... ... @@ -442,8 +441,7 @@ class QPDFJob
442 441 QPDF_DLL
443 442 static std::string job_json_schema(int version);
444 443  
445   - QPDF_DLL
446   - [[deprecated("use job_json_schema(version)")]] static std::string
  444 + [[deprecated("use job_json_schema(version)")]] static std::string QPDF_DLL
447 445 job_json_schema_v1();
448 446  
449 447 private:
... ...