summaryrefslogtreecommitdiff
path: root/src/lib/send_problem_report_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/send_problem_report_job.h')
-rw-r--r--src/lib/send_problem_report_job.h12
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;