From ed2e01b1fa3db602a3f98312581e6ebac47dac15 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Jul 2025 20:24:23 +0200 Subject: White space: string_text_file_decoder.{cc,h} --- src/lib/string_text_file_decoder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/string_text_file_decoder.h') 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 film, std::shared_ptr); + StringTextFileDecoder(std::shared_ptr film, std::shared_ptr); - 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; -- cgit v1.2.3