No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / audio_gain_dialog.cc
index b9b2c1fb7267db01f603fac8cb8c6d67ffd58cc8..75a993d8c4df4b0a4006e24cc43de2f4de129b23 100644 (file)
@@ -44,6 +44,6 @@ AudioGainDialog::value () const
        if (_gain->GetValue() <= -144) {
                return 0;
        }
-       
+
        return pow (10, _gain->GetValue () / 20);
 }