mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
parent
297e80e020
commit
4dc63966f0
774 changed files with 7919 additions and 7919 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue