No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / dir_picker_ctrl.cc
index fad545283acfb47aa3d20c0c37b885a35a76e952..fe4937edf5cc8002f24dfff543b188167723b516 100644 (file)
@@ -46,7 +46,7 @@ void
 DirPickerCtrl::SetPath (wxString p)
 {
        _path = p;
-               
+
        if (_path == wxStandardPaths::Get().GetDocumentsDir()) {
                _folder->SetLabel (_("My Documents"));
        } else {