mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
NO-OP: whitespace
This fixes mostly <tab> after <space> and similar <tab> not used for indenting as well as some related code alignment issues.
This commit is contained in:
parent
90a7bef656
commit
31815b5f26
33 changed files with 268 additions and 287 deletions
|
|
@ -353,14 +353,14 @@ void
|
|||
RouteParams_UI::cleanup_view (bool stopupdate)
|
||||
{
|
||||
if (_active_view) {
|
||||
GenericPluginUI * plugui = 0;
|
||||
GenericPluginUI* plugui = 0;
|
||||
|
||||
if (stopupdate && (plugui = dynamic_cast<GenericPluginUI*>(_active_view)) != 0) {
|
||||
plugui->stop_updating (0);
|
||||
plugui->stop_updating (0);
|
||||
}
|
||||
|
||||
_processor_going_away_connection.disconnect ();
|
||||
redir_hpane.remove(*_active_view);
|
||||
redir_hpane.remove(*_active_view);
|
||||
delete _active_view;
|
||||
_active_view = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue