No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / types.h
index 655aeba095ae29b3cea1a24e89abb39730a40113..b0e9e51aca8314ae0b7769148bc7df49fd564d0a 100644 (file)
@@ -115,7 +115,7 @@ struct Crop
                if (s.height < minimum) {
                        s.height = minimum;
                }
-               
+
                return s;
        }
 
@@ -130,7 +130,7 @@ struct CPLSummary
                , cpl_annotation_text (a)
                , cpl_file (f)
        {}
-       
+
        std::string dcp_directory;
        std::string cpl_id;
        std::string cpl_annotation_text;