From 6af9d08f691147dc25bf2ed28573fdd89842486c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 16 Mar 2025 15:15:40 -0600 Subject: [PATCH] NO-OP: re-indent --- gtk2_ardour/automation_line.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index 4d5ce9a4cd..2cf101bab2 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -86,11 +86,11 @@ using namespace Temporal; * This will not be deleted by EditorAutomationLine. */ AutomationLine::AutomationLine (const string& name, - EditingContext& ec, - ArdourCanvas::Item& parent, - ArdourCanvas::Rectangle* drag_base, - std::shared_ptr al, - const ParameterDescriptor& desc) + EditingContext& ec, + ArdourCanvas::Item& parent, + ArdourCanvas::Rectangle* drag_base, + std::shared_ptr al, + const ParameterDescriptor& desc) :_name (name) , _height (0) , _line_color_name ("automation line")