mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Delete trailing whitespace
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a473d630eb
commit
ed626628b5
221 changed files with 2322 additions and 2322 deletions
|
|
@ -195,7 +195,7 @@ RouteParams_UI::route_property_changed (const PropertyChange& what_changed, boos
|
|||
|
||||
boost::shared_ptr<Route> route (wr.lock());
|
||||
|
||||
if (!route) {
|
||||
if (!route) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -278,7 +278,7 @@ RouteParams_UI::cleanup_latency_frame ()
|
|||
|
||||
delete latency_widget;
|
||||
latency_widget = 0;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -362,7 +362,7 @@ RouteParams_UI::route_removed (boost::weak_ptr<Route> wr)
|
|||
{
|
||||
boost::shared_ptr<Route> route (wr.lock());
|
||||
|
||||
if (!route) {
|
||||
if (!route) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -395,7 +395,7 @@ void
|
|||
RouteParams_UI::set_session (Session *sess)
|
||||
{
|
||||
ArdourDialog::set_session (sess);
|
||||
|
||||
|
||||
route_display_model->clear();
|
||||
_plugin_selector->set_session (_session);
|
||||
|
||||
|
|
@ -462,7 +462,7 @@ RouteParams_UI::route_selected()
|
|||
setup_latency_frame ();
|
||||
|
||||
route->processors_changed.connect (_route_processors_connection, invalidator (*this), ui_bind (&RouteParams_UI::processors_changed, this, _1), gui_context());
|
||||
|
||||
|
||||
track_input_label.set_text (_route->name());
|
||||
|
||||
update_title();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue