Tidying.
[libdcp.git] / src / modified_gamma_transfer_function.h
index b38a16b0c824352a3043227533d5a6cd6237690a..70018cbf6be197529508f3dcd2d15c9a7d1c011a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/modified_gamma_transfer_function.h
- *  @brief ModifiedGammaTransferFunction class.
+ *  @brief ModifiedGammaTransferFunction class
  */
 
+
 #include "transfer_function.h"
 
+
 namespace dcp {
 
+
 /** A transfer function which for an input x gives a linear output y where
  *
  *  y = x / B                      for x <= threshold
@@ -82,4 +86,5 @@ private:
        double _B;
 };
 
+
 }