diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-21 02:25:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-21 02:25:33 +0100 |
| commit | 0636595bc0e6281e278875267aa1affce148833e (patch) | |
| tree | adcce634dfaa084161b401aa9601356ff68ce914 /src/lib/verify_dcp_job.h | |
| parent | 2e96daa613559ea0182f3bf60945e2344cc810e1 (diff) | |
White space: verify_dcp_job.{cc,h}
Diffstat (limited to 'src/lib/verify_dcp_job.h')
| -rw-r--r-- | src/lib/verify_dcp_job.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/verify_dcp_job.h b/src/lib/verify_dcp_job.h index d7ac21d41..8bf72f025 100644 --- a/src/lib/verify_dcp_job.h +++ b/src/lib/verify_dcp_job.h @@ -30,18 +30,18 @@ class VerifyDCPJob : public Job { public: VerifyDCPJob(std::vector<boost::filesystem::path> directories, std::vector<boost::filesystem::path> kdms); - ~VerifyDCPJob (); + ~VerifyDCPJob(); - std::string name () const override; - std::string json_name () const override; - void run () override; + std::string name() const override; + std::string json_name() const override; + void run() override; dcp::VerificationResult const& result() const { return _result; } private: - void update_stage (std::string s, boost::optional<boost::filesystem::path> path); + void update_stage(std::string s, boost::optional<boost::filesystem::path> path); std::vector<boost::filesystem::path> _directories; std::vector<boost::filesystem::path> _kdms; |
