Bump libdcp.
[libsub.git] / src / vertical_position.h
index 9f04056b3d17b7da1c4d7ef24e6c02a29fd8b0dc..7bc057ee132f7d0b76404b488f185a746684865c 100644 (file)
@@ -39,13 +39,13 @@ public:
        boost::optional<int> lines;
        /** reference point */
        boost::optional<VerticalReference> reference;
-       
+
        bool operator== (VerticalPosition const & other) const;
        bool operator< (VerticalPosition const & other) const;
 
        float fraction_from_screen_top () const;
 };
-       
+
 }
 
 #endif