Tidying.
[libdcp.git] / src / reel_mono_picture_asset.h
index c996c762c9a71435435161e7ee55971d6eb6f165..9f1335beeb73f8243358ac12145e8faffeb6f503 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/reel_mono_picture_asset.h
- *  @brief ReelMonoPictureAsset class.
+ *  @brief ReelMonoPictureAsset class
  */
 
+
 #ifndef LIBDCP_REEL_MONO_PICTURE_ASSET_H
 #define LIBDCP_REEL_MONO_PICTURE_ASSET_H
 
+
 #include "reel_picture_asset.h"
 #include "mono_picture_asset.h"
 
+
 namespace dcp {
 
+
 class MonoPictureAsset;
 
+
 /** @class ReelMonoPictureAsset
- *  @brief Part of a Reel's description which refers to a monoscopic picture asset.
+ *  @brief Part of a Reel's description which refers to a monoscopic picture asset
  */
 class ReelMonoPictureAsset : public ReelPictureAsset
 {
@@ -68,6 +74,8 @@ private:
        std::string cpl_node_name (Standard standard) const;
 };
 
+
 }
 
+
 #endif