NOOP: whitespace fixes

This commit is contained in:
Paul Davis 2016-01-25 22:08:47 -05:00
parent 5fd07fe3af
commit c338057b7b
1 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ RouteUI::set_route (boost::shared_ptr<Route> 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<AudioTrack*>(_route.get());
AudioTrack* at = dynamic_cast<AudioTrack*>(_route.get());
if (at) {
switch (at->freeze_state()) {