No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / timeline_view.h
index e52e28d471005e2f39dff41c695d994a1e5139d1..55fd64d51bfc453dc61545203a8439914347c6a4 100644 (file)
@@ -35,7 +35,7 @@ class TimelineView : public boost::noncopyable
 public:
        TimelineView (Timeline& t);
        virtual ~TimelineView () {}
-               
+
        void paint (wxGraphicsContext* g);
        void force_redraw ();
 
@@ -43,9 +43,9 @@ public:
 
 protected:
        virtual void do_paint (wxGraphicsContext *) = 0;
-       
+
        int time_x (DCPTime t) const;
-       
+
        Timeline& _timeline;
 
 private: