No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / table_dialog.cc
index 571fcf3a4465b8956a9ea02eeebdf82f350804a8..b3937fd1868212b2a19c965076824c25b9388e6a 100644 (file)
@@ -35,7 +35,7 @@ TableDialog::TableDialog (wxWindow* parent, wxString title, int columns, bool ca
        if (cancel) {
                flags |= wxCANCEL;
        }
-       
+
        wxSizer* buttons = CreateSeparatedButtonSizer (flags);
        if (buttons) {
                _overall_sizer->Add (buttons, wxSizerFlags().Expand().DoubleBorder());