No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / timer.h
index 4a5aa12de331c0fe5b024144bc18923e76ccc8eb..4293fee0deefd5abe5fd23c8ef84d72be4462d63 100644 (file)
@@ -25,9 +25,9 @@
 #ifndef DCPOMATIC_TIMER_H
 #define DCPOMATIC_TIMER_H
 
+#include <sys/time.h>
 #include <string>
 #include <map>
-#include <sys/time.h>
 
 /** @class PeriodTimer
  *  @brief A class to allow timing of a period within the caller.
@@ -39,7 +39,7 @@ class PeriodTimer
 public:
        PeriodTimer (std::string n);
        ~PeriodTimer ();
-       
+
 private:
 
        /** name to use when giving output */