No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / player_subtitles.h
index d0a3b4f657366b4e06af0a2c54e7441f471b8d91..93a0d5378775c30a769f8d01d5b9a987b5546a97 100644 (file)
@@ -30,13 +30,13 @@ public:
                : from (f)
                , to (t)
        {}
-       
+
        DCPTime from;
        DCPTime to;
 
        /** ImageSubtitles, with their rectangles transformed as specified by their content */
        std::list<ImageSubtitle> image;
-       std::list<dcp::SubtitleString> text; 
+       std::list<dcp::SubtitleString> text;
 };
 
 #endif