Small bits of pre-release tidying.
[libdcp.git] / src / atmos_asset_writer.h
index c031103a66f860c466a1b1f8c30ee1def4ed76d6..f70c42f5208236eb411ef6ed6c23f40506665f20 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
-#ifndef LIBDCP_ATMOS_ASSET_WRITER_H
-#define LIBDCP_ATMOS_ASSET_WRITER_H
 
 /** @file  src/atmos_asset_writer.h
- *  @brief AtmosAssetWriter class.
+ *  @brief AtmosAssetWriter class
  */
 
+
+#ifndef LIBDCP_ATMOS_ASSET_WRITER_H
+#define LIBDCP_ATMOS_ASSET_WRITER_H
+
+
 #include "asset_writer.h"
 #include "types.h"
 #include "atmos_frame.h"
 #include <memory>
 #include <boost/filesystem.hpp>
 
+
 namespace dcp {
 
+
 class AtmosAsset;
 
+
 /** @class AtmosAssetWriter
  *  @brief A helper class for writing to AtmosAssets.
  *
@@ -74,6 +80,8 @@ private:
        AtmosAsset* _asset;
 };
 
+
 }
 
+
 #endif