Tidying.
[libdcp.git] / src / font_asset.cc
index f201d64973f8d0cc8a4bd687c6f67fd61a36cc4e..a72dc6cb312d9c5ce8f349a124b0b874946d9099 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.cc
- *  @brief FontAsset class.
+ *  @brief FontAsset class
  */
 
+
 #include "font_asset.h"
 
-using std::string;
 
+using std::string;
 using namespace dcp;
 
+
 FontAsset::FontAsset (string id, boost::filesystem::path file)
        : Asset (id, file)
 {
 
 }
 
+
 string
 FontAsset::static_pkl_type (Standard)
 {