From e853aeb50f1a16d534b1174b5863e4da238dd1cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Sep 2018 00:35:54 +0100 Subject: [PATCH] Whitespace. --- src/wx/film_viewer.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index d45da2021..d5d391a80 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -93,9 +93,9 @@ FilmViewer::FilmViewer (wxWindow* p) _panel->SetBackgroundStyle (wxBG_STYLE_PAINT); _panel->SetBackgroundColour (*wxBLACK); - _panel->Bind (wxEVT_PAINT, boost::bind (&FilmViewer::paint_panel, this)); - _panel->Bind (wxEVT_SIZE, boost::bind (&FilmViewer::panel_sized, this, _1)); - _timer.Bind (wxEVT_TIMER, boost::bind (&FilmViewer::timer, this)); + _panel->Bind (wxEVT_PAINT, boost::bind (&FilmViewer::paint_panel, this)); + _panel->Bind (wxEVT_SIZE, boost::bind (&FilmViewer::panel_sized, this, _1)); + _timer.Bind (wxEVT_TIMER, boost::bind (&FilmViewer::timer, this)); set_film (shared_ptr ()); -- 2.30.2