Whitespace.
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Sep 2018 23:35:54 +0000 (00:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Sep 2018 23:35:54 +0000 (00:35 +0100)
src/wx/film_viewer.cc

index d45da20213c3da6197a6adff0bf0df2f129ea51b..d5d391a8066a706a3e7d7d4825bd1f1583c4c9c1 100644 (file)
@@ -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<Film> ());