No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / gain_calculator_dialog.cc
index d49dfae70841acca22765d9c824bb53d0af83ab7..133d84c21719cfa30b0718898636987f3f43a5ce 100644 (file)
@@ -41,7 +41,7 @@ GainCalculatorDialog::wanted_fader () const
        if (_wanted->GetValue().IsEmpty()) {
                return 0;
        }
-       
+
        return lexical_cast<float> (wx_to_std (_wanted->GetValue ()));
 }