From c338057b7b1cdd33087a131943e13bbdb3e4f35c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Jan 2016 22:08:47 -0500 Subject: NOOP: whitespace fixes --- gtk2_ardour/route_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index a1b37e85b8..5dedca92fb 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -282,7 +282,7 @@ RouteUI::set_route (boost::shared_ptr rp) t->RecordEnableChanged.connect (route_connections, invalidator (*this), boost::bind (&RouteUI::route_rec_enable_changed, this), gui_context()); rec_enable_button->show(); - rec_enable_button->set_controllable (t->rec_enable_control()); + rec_enable_button->set_controllable (t->rec_enable_control()); if (is_midi_track()) { midi_track()->StepEditStatusChange.connect (route_connections, invalidator (*this), @@ -1842,7 +1842,7 @@ RouteUI::map_frozen () { ENSURE_GUI_THREAD (*this, &RouteUI::map_frozen) - AudioTrack* at = dynamic_cast(_route.get()); + AudioTrack* at = dynamic_cast(_route.get()); if (at) { switch (at->freeze_state()) { -- cgit v1.2.3