Tidying.
[libdcp.git] / src / identity_transfer_function.h
index f2313c104074de50ab066f5b2656ffbebe64edbe..ff6814ebdf6b4727070b5b2c2fbb05a515645d8c 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.
 */
 
+
 /** @file  src/identity_transfer_function.h
- *  @brief IdentityTransferFunction class.
+ *  @brief IdentityTransferFunction class
  */
 
+
 #include "transfer_function.h"
 
+
 namespace dcp {
 
+
 class IdentityTransferFunction : public TransferFunction
 {
 public:
@@ -48,4 +52,5 @@ protected:
        double * make_lut (int bit_depth, bool inverse) const;
 };
 
+
 }