From 31815b5f268fa0233cd25b7ff2c8a246c12c20d1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 13 Apr 2019 17:48:27 +0200 Subject: NO-OP: whitespace This fixes mostly after and similar not used for indenting as well as some related code alignment issues. --- gtk2_ardour/route_params_ui.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/route_params_ui.cc') diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc index 22f568d21b..33a71f8757 100644 --- a/gtk2_ardour/route_params_ui.cc +++ b/gtk2_ardour/route_params_ui.cc @@ -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(_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; } -- cgit v1.2.3