No-op: whitespace.
[libdcp.git] / src / types.cc
index f32d90bdd73b9cae51550797b2b645cdf7ac801d..687e90f81fa21f3b9d56195e892bd63fbe4bd6fb 100644 (file)
@@ -200,7 +200,7 @@ dcp::string_to_halign (string s)
        } else if (s == "right") {
                return HALIGN_RIGHT;
        }
-       
+
        boost::throw_exception (DCPReadError ("unknown subtitle halign type"));
 }
 
@@ -229,6 +229,6 @@ dcp::string_to_valign (string s)
        } else if (s == "bottom") {
                return VALIGN_BOTTOM;
        }
-       
+
        boost::throw_exception (DCPReadError ("unknown subtitle valign type"));
 }