From e60bb3e51bd1508b149e6b8f6608f09b5196ae26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jun 2015 01:15:32 +0100 Subject: No-op: remove all trailing whitespace. --- src/lib/subtitle_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_decoder.h') diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index 8ba74404f..c958419c7 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -40,7 +40,7 @@ public: protected: void seek (ContentTime, bool); - + void image_subtitle (ContentTimePeriod period, boost::shared_ptr, dcpomatic::Rect); void text_subtitle (std::list); @@ -56,7 +56,7 @@ private: */ virtual std::list image_subtitles_during (ContentTimePeriod period, bool starting) const = 0; virtual std::list text_subtitles_during (ContentTimePeriod period, bool starting) const = 0; - + boost::shared_ptr _subtitle_content; }; -- cgit v1.2.3