diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-11 02:00:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-11 02:00:51 +0200 |
| commit | 69f5dbb04429e04b28ad8310d34e38c09620c2f7 (patch) | |
| tree | 049a2743c69807197e886c80de1b1aa967e4c95d /src/wx | |
| parent | e2270ddc7a50e72e9058c497a8967f70721a8b6d (diff) | |
Cleanup: whitespace.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/config_dialog.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 09e741ac0..fd380d5d1 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -888,9 +888,9 @@ SoundPage::setup () } _sound->bind(&SoundPage::sound_changed, this); - _sound_output->Bind (wxEVT_CHOICE, bind(&SoundPage::sound_output_changed, this)); - _map->Changed.connect (bind(&SoundPage::map_changed, this, _1)); - _reset_to_default->Bind (wxEVT_BUTTON, bind(&SoundPage::reset_to_default, this)); + _sound_output->Bind(wxEVT_CHOICE, bind(&SoundPage::sound_output_changed, this)); + _map->Changed.connect(bind(&SoundPage::map_changed, this, _1)); + _reset_to_default->Bind(wxEVT_BUTTON, bind(&SoundPage::reset_to_default, this)); } void |
