summaryrefslogtreecommitdiff
path: root/src/lib/examine_content_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-15 01:39:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-15 11:10:47 +0200
commit66a6aea50054a5af8624c7d36949c642f4c8b619 (patch)
tree55ebf1a97cbe62f00e142e7a9903327d74e012a8 /src/lib/examine_content_job.h
parent7ff8f6d32efa4c16587a6f4dca123eed44e5fa9a (diff)
White space: examine_content_job.{cc,h}
Diffstat (limited to 'src/lib/examine_content_job.h')
-rw-r--r--src/lib/examine_content_job.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h
index cdcba3430..093c396eb 100644
--- a/src/lib/examine_content_job.h
+++ b/src/lib/examine_content_job.h
@@ -29,13 +29,13 @@ class ExamineContentJob : public Job
{
public:
ExamineContentJob(std::shared_ptr<const Film> film, std::shared_ptr<Content> content, bool tolerant);
- ~ExamineContentJob ();
+ ~ExamineContentJob();
- 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;
- std::shared_ptr<Content> content () const {
+ std::shared_ptr<Content> content() const {
return _content;
}