diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-20 21:00:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-20 21:00:56 +0100 |
| commit | f3848d724f0d193b09fea26138fa38f4a3fd321c (patch) | |
| tree | db30081b1176fc7e6b423f6b9ab725f50036d995 /src/lib/send_problem_report_job.h | |
| parent | 0b6888a2f7a4675f5f80e7788841e2201a65dbe0 (diff) | |
White space: send_problem_report_job.{cc,h}
Diffstat (limited to 'src/lib/send_problem_report_job.h')
| -rw-r--r-- | src/lib/send_problem_report_job.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h index 5310010ae..ab4bfade4 100644 --- a/src/lib/send_problem_report_job.h +++ b/src/lib/send_problem_report_job.h @@ -27,20 +27,20 @@ class SendProblemReportJob : public Job { public: - SendProblemReportJob ( + SendProblemReportJob( std::shared_ptr<const Film> film, std::string from, std::string summary ); - ~SendProblemReportJob (); + ~SendProblemReportJob(); - 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; private: - void add_file (std::string& body, boost::filesystem::path file) const; + void add_file(std::string& body, boost::filesystem::path file) const; std::string _from; std::string _summary; |
