globally remove all trailing whitespace from ardour code base.

Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
Paul Davis 2015-10-04 14:51:05 -04:00
parent 297e80e020
commit 4dc63966f0
774 changed files with 7919 additions and 7919 deletions

View file

@ -158,7 +158,7 @@ TimeInfoBox::~TimeInfoBox ()
delete selection_length;
delete selection_end;
delete selection_start;
delete punch_start;
delete punch_end;
}
@ -258,7 +258,7 @@ TimeInfoBox::set_session (Session* s)
punch_changed (punch);
_session->auto_punch_location_changed.connect (_session_connections, MISSING_INVALIDATOR,
_session->auto_punch_location_changed.connect (_session_connections, MISSING_INVALIDATOR,
boost::bind (&TimeInfoBox::punch_location_changed, this, _1), gui_context());
}
}
@ -367,7 +367,7 @@ TimeInfoBox::punch_location_changed (Location* loc)
{
if (loc) {
watch_punch (loc);
}
}
}
void