No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / dolby_cp750.cc
index 317d129d99f0abcba3af6c78d4bf904baf05010c..35f044630bea86a00b5700fe12aa8e65a7284903 100644 (file)
@@ -39,7 +39,7 @@ DolbyCP750::db_for_fader_change (float from, float to) const
                        float const t = min (to, 4.0f);
                        db += (t - from) * 20;
                }
-               
+
                if (to > 4) {
                        float const t = max (from, 4.0f);
                        db += (to - t) * 3.33333333333333333;