Cleanup: white space.
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2022 20:55:59 +0000 (22:55 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2022 20:55:59 +0000 (22:55 +0200)
src/wx/screens_panel.cc

index 6fb9542526874c75e1f05c27144dc2f886eb2a3a..5f903eda4851c22745e1935703225cfed54a7623 100644 (file)
@@ -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);