diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-02 01:58:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-02 01:58:28 +0100 |
| commit | bf4ea03da40f43219ae59568d0cc9535f2058b7f (patch) | |
| tree | 7fa19ddb7e095deda106da396a90056bc3ce760e | |
| parent | ed248a06bdf4421cde2af4eea3f711be915d27aa (diff) | |
Cleanup: whitespace.
| -rw-r--r-- | src/wx/kdm_cpl_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_cpl_panel.cc b/src/wx/kdm_cpl_panel.cc index 4b481427f..8bd67db9e 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -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); } |
