summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-08-30 22:55:59 +0200
committerCarl Hetherington <cth@carlh.net>2022-08-30 22:55:59 +0200
commit6b9450088fc7dc119476f72b2faaee1ed417db53 (patch)
treedcb7a47df6be5e80a4b45fb60dd5d199fc3b6db7 /src
parent318b4e3e081f7c072fd75fbbd72b1ae3737f0da4 (diff)
Cleanup: white space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/screens_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screens_panel.cc b/src/wx/screens_panel.cc
index 6fb954252..5f903eda4 100644
--- a/src/wx/screens_panel.cc
+++ b/src/wx/screens_panel.cc
@@ -113,7 +113,7 @@ ScreensPanel::ScreensPanel (wxWindow* parent)
_remove_screen->Bind (wxEVT_BUTTON, boost::bind (&ScreensPanel::remove_screen_clicked, this));
_check_all->Bind (wxEVT_BUTTON, boost::bind(&ScreensPanel::check_all, this));
- _uncheck_all->Bind (wxEVT_BUTTON, boost::bind(&ScreensPanel::uncheck_all, this));
+ _uncheck_all->Bind (wxEVT_BUTTON, boost::bind(&ScreensPanel::uncheck_all, this));
SetSizer (sizer);