No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / report_problem_dialog.cc
index ae9b1d3ed2f40fc007503aef5a22028c7d03dc98..971619dafffab76df647dfe979d161eded09de13 100644 (file)
@@ -49,7 +49,7 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> fil
 #ifdef __WXOSX__
        flags |= wxALIGN_RIGHT;
        t += wxT (":");
-#endif 
+#endif
        wxStaticText* m = new wxStaticText (this, wxID_ANY, t);
        _table->Add (m, 1, flags, 6);