Tidying.
[libdcp.git] / src / smpte_load_font_node.h
index c310246d5d3983917a42c0b4b8bb3988a9d4519a..7109e98bb3f670b45f122b636394d5dab47184be 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/smpte_load_font_node.h
  *  @brief SMPTELoadFontNode class.
  */
 
+
 #include "load_font_node.h"
 #include <memory>
 #include <boost/optional.hpp>
 
+
 namespace cxml {
        class Node;
 }
 
+
 namespace dcp {
 
+
 /** @class SMPTELoadFontNode
- *  @brief Parser for LoadFont nodes from SMPTE subtitle XML.
+ *  @brief Parser for LoadFont nodes from SMPTE subtitle XML
  */
 class SMPTELoadFontNode : public LoadFontNode
 {
@@ -58,7 +63,9 @@ public:
        std::string urn;
 };
 
+
 bool operator== (SMPTELoadFontNode const & a, SMPTELoadFontNode const & b);
 bool operator!= (SMPTELoadFontNode const & a, SMPTELoadFontNode const & b);
 
+
 }