C++11 tidying.
[dcpomatic.git] / src / lib / log_entry.h
index a2eb5fbace162531ab850b427478e2665c669988..95c4e4f1f851e31a57230722a1239ce62b1838a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_LOG_ENTRY_H
 #define DCPOMATIC_LOG_ENTRY_H
 
+
 #include <sys/time.h>
 #include <string>
 
+
 class LogEntry
 {
 public:
@@ -56,4 +59,5 @@ private:
        int _type;
 };
 
+
 #endif