No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / content_subtitle.h
index 8868618ada940ccf883f552dbf075ab449fab3bb..ef904a9805e50476b064b7cdc589290694ff7777 100644 (file)
 #ifndef DCPOMATIC_CONTENT_SUBTITLE_H
 #define DCPOMATIC_CONTENT_SUBTITLE_H
 
-#include <list>
-#include <dcp/subtitle_string.h>
 #include "dcpomatic_time.h"
 #include "rect.h"
 #include "image_subtitle.h"
+#include <dcp/subtitle_string.h>
+#include <list>
 
 class Image;
 
@@ -61,7 +61,7 @@ public:
        {}
 
        ContentTimePeriod period () const;
-       
+
        std::list<dcp::SubtitleString> subs;
 };