Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / ratio.h
index f1a180d8f9d5ae2c8197ce25a17e59fe0fc18b2b..7b70bd7f7b2572dc8bbaa55a56827b2f5217a187 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef DCPOMATIC_RATIO_H
 #define DCPOMATIC_RATIO_H
 
-#include <vector>
-#include <boost/utility.hpp>
 #include <dcp/util.h>
+#include <boost/utility.hpp>
+#include <vector>
 
 class Ratio : public boost::noncopyable
 {
@@ -66,7 +66,7 @@ private:
        std::string _nickname;
        std::string _isdcf_name;
 
-       static std::vector<Ratio const *> _ratios;      
+       static std::vector<Ratio const *> _ratios;
 };
 
 #endif