No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / timing_panel.h
index e300e4975cf32b698dca2a1b2b452b9d164070d2..100945731a2c6cef2109bd87299053d56ac8b1f4 100644 (file)
@@ -30,7 +30,7 @@ public:
        void film_changed (Film::Property);
        void film_content_changed (int);
        void content_selection_changed ();
-       
+
 private:
        void position_changed ();
        void full_length_changed ();
@@ -45,7 +45,7 @@ private:
        void update_play_length ();
 
        FilmViewer* _viewer;
-       
+
        Timecode<DCPTime>* _position;
        Timecode<DCPTime>* _full_length;
        Timecode<DCPTime>* _trim_start;