C++11 tidying.
[dcpomatic.git] / src / lib / kdm_recipient.h
index e92fc3c48d5bb8e17ded5c01052383abd5c6dbe2..85352f0ee7312bd6416c3303845efe241beccf41 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_KDM_RECIPIENT_H
 #define DCPOMATIC_KDM_RECIPIENT_H
 
+
 #include "warnings.h"
 #include <dcp/certificate.h>
 #include <libcxml/cxml.h>
@@ -30,6 +32,7 @@ DCPOMATIC_ENABLE_WARNINGS
 #include <boost/optional.hpp>
 #include <string>
 
+
 class KDMRecipient
 {
 public:
@@ -50,4 +53,5 @@ public:
        boost::optional<dcp::Certificate> recipient;
 };
 
+
 #endif