C++11 tidying.
[dcpomatic.git] / src / lib / user_property.h
index ffbb99a5f4b81f1f19f233607eab59241da23715..fb597eeb64ff67dd74e5b2b67658a017572a228d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_USER_PROPERTY_H
 #define DCPOMATIC_USER_PROPERTY_H
 
+
 #include <dcp/locale_convert.h>
 
+
 class UserProperty
 {
 public:
@@ -47,4 +50,5 @@ public:
        std::string unit;
 };
 
+
 #endif