No-op: whitespace.
[libdcp.git] / src / util.h
index 52a5dcde87e1ba24a030ced1a87a8dfaf93c0de7..97ef2c55cd0c12780089abbda82747c9e4ce48da 100644 (file)
@@ -44,7 +44,7 @@ class ARGBImage;
 class CertificateChain;
 class GammaLUT;
 class OpenJPEGImage;
-       
+
 extern bool operator== (Size const & a, Size const & b);
 extern bool operator!= (Size const & a, Size const & b);
 extern std::ostream& operator<< (std::ostream& s, Size const & a);
@@ -84,7 +84,7 @@ list_of_type (std::list<boost::shared_ptr<F> > const & from)
 
        return out;
 }
-       
+
 }
 
 #endif