Add duration() methods to CPL and Reel.
[libdcp.git] / src / colour_matrix.h
index fd89ed3ac8fd7ae8686b972e36086d3441371e48..d4f6459105a6abe693b48f8fa7c96affbe07f417 100644 (file)
@@ -24,6 +24,6 @@ namespace colour_matrix {
 extern double const xyz_to_rgb[3][3];
 extern double const rgb_to_xyz[3][3];
 
-}      
+}
 
 }