No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / new_film_dialog.cc
index 8f317f42ffa665f72d007579da3e90ec3dfc1337..96c8a0b0c59fef512ba3791c3d01ae5dca4b440f 100644 (file)
@@ -40,15 +40,15 @@ NewFilmDialog::NewFilmDialog (wxWindow* parent)
        add (_("Create in folder"), true);
 
 #ifdef DCPOMATIC_USE_OWN_DIR_PICKER
-       _folder = new DirPickerCtrl (this); 
-#else  
+       _folder = new DirPickerCtrl (this);
+#else
        _folder = new wxDirPickerCtrl (this, wxID_ANY, wxEmptyString, wxDirSelectorPromptStr, wxDefaultPosition, wxSize (300, -1));
 #endif
 
        if (!_directory) {
                _directory = Config::instance()->default_directory_or (wx_to_std (wxStandardPaths::Get().GetDocumentsDir()));
        }
-       
+
        _folder->SetPath (std_to_wx (_directory.get().string()));
        add (_folder);