Actually turn on HMAC use.
[libdcp.git] / src / modified_gamma_transfer_function.h
index 2a7a7b59ba4b443be7fa52259e9309320f8dac23..e8875d4b7c742b87f2016ffa22e2584815c3107b 100644 (file)
@@ -52,10 +52,10 @@ public:
        }
 
        bool about_equal (boost::shared_ptr<const TransferFunction>, double epsilon) const;
-       
+
 protected:
        double * make_lut (int bit_depth, bool inverse) const;
-       
+
 private:
        double _power;
        double _threshold;