summaryrefslogtreecommitdiff
path: root/src/lib/string_text_file_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-01 20:24:23 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-01 20:24:23 +0200
commited2e01b1fa3db602a3f98312581e6ebac47dac15 (patch)
tree06f44f1ca1c2d752b232bf34c50a3041bd04cdee /src/lib/string_text_file_decoder.h
parent197a6288334e13c547d7a74bb47960345a6f4189 (diff)
White space: string_text_file_decoder.{cc,h}
Diffstat (limited to 'src/lib/string_text_file_decoder.h')
-rw-r--r--src/lib/string_text_file_decoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h
index c58021acb..3b43d61d3 100644
--- a/src/lib/string_text_file_decoder.h
+++ b/src/lib/string_text_file_decoder.h
@@ -29,13 +29,13 @@ class StringTextFileContent;
class StringTextFileDecoder : public Decoder, public StringTextFile
{
public:
- StringTextFileDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const StringTextFileContent>);
+ StringTextFileDecoder(std::shared_ptr<const Film> film, std::shared_ptr<const StringTextFileContent>);
- void seek (dcpomatic::ContentTime time, bool accurate) override;
- bool pass () override;
+ void seek(dcpomatic::ContentTime time, bool accurate) override;
+ bool pass() override;
private:
- dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const;
+ dcpomatic::ContentTimePeriod content_time_period(sub::Subtitle s) const;
void update_position();
size_t _next;