Cleanup: whitespace.
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Jan 2024 00:58:28 +0000 (01:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Jan 2024 00:58:28 +0000 (01:58 +0100)
src/wx/kdm_cpl_panel.cc

index 4b481427f5a13edc91279164eaa151c56acd7754..8bd67db9ebd37706b1780dd25a514d2069ac629e 100644 (file)
@@ -63,8 +63,8 @@ KDMCPLPanel::KDMCPLPanel (wxWindow* parent, vector<CPLSummary> cpls)
 
        update_cpl_choice ();
 
-       _cpl->Bind        (wxEVT_CHOICE, boost::bind (&KDMCPLPanel::update_cpl_summary, this));
-       _cpl_browse->Bind (wxEVT_BUTTON,  boost::bind (&KDMCPLPanel::cpl_browse_clicked, this));
+       _cpl->Bind(wxEVT_CHOICE, boost::bind(&KDMCPLPanel::update_cpl_summary, this));
+       _cpl_browse->Bind(wxEVT_BUTTON, boost::bind(&KDMCPLPanel::cpl_browse_clicked, this));
 
        SetSizerAndFit (vertical);
 }