diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 00:06:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 00:12:26 +0100 |
| commit | cebaf79c73bea30417a16e0d971135a1b7145446 (patch) | |
| tree | 99bd478d2467a461ccf5471965fb6e6cd540d160 | |
| parent | 703f4a3346bb1da33bb5ef7348e70507cd189458 (diff) | |
Cleanup: whitespace.
| -rw-r--r-- | src/wx/config_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index c43d29ff7..65f05a5a8 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -209,8 +209,8 @@ private: void setup () override; void config_changed () override; - boost::optional<std::string> get_sound_api() const; - boost::optional<std::string> get_sound_output() const; + boost::optional<std::string> get_sound_api() const; + boost::optional<std::string> get_sound_output() const; void sound_changed (); void sound_output_changed (); void setup_sensitivity (); |
