White space.
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Mar 2025 23:29:32 +0000 (00:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Mar 2025 23:29:32 +0000 (00:29 +0100)
src/wx/general_preferences_page.cc

index abfd500a54350a0c361c4b80b53fae10add434a6..1ad79960764bfc1160cc6de4d1b3d527d88db95d 100644 (file)
@@ -128,7 +128,7 @@ GeneralPage::add_config_file_controls(wxGridBagSizer* table, int& r)
        ++r;
 
        export_cinemas->Bind(wxEVT_BUTTON, boost::bind(&GeneralPage::export_cinemas_file, this));
-       _config_file->Bind (wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::config_file_changed,  this));
+       _config_file->Bind(wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::config_file_changed,  this));
        _cinemas_file->Bind(wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::cinemas_file_changed, this));
 }