From: Carl Hetherington Date: Tue, 30 Aug 2022 20:55:59 +0000 (+0200) Subject: Cleanup: white space. X-Git-Tag: v2.16.23~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6b9450088fc7dc119476f72b2faaee1ed417db53 Cleanup: white space. --- 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);