From 6b9450088fc7dc119476f72b2faaee1ed417db53 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Aug 2022 22:55:59 +0200 Subject: [PATCH] Cleanup: white space. --- src/wx/screens_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2