Tidying.
[libdcp.git] / src / font_asset.h
index 1d41261957ef8fb12556f4d0d212eea4668a5b52..d39a6b244cd57c002675a1fce3d2bd4c6ec531ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/font_asset.h
- *  @brief FontAsset class.
+ *  @brief FontAsset class
  */
 
+
 #include "asset.h"
 
+
 namespace dcp {
 
+
 /** @class FontAsset
  *  @brief A (truetype) font asset for subtitles in an Interop DCP.
  */
@@ -55,4 +59,5 @@ private:
        }
 };
 
+
 }