From 5eb4ea01484f1361d6109e800f18005a19bef44f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 8 Aug 2022 09:10:26 -0600 Subject: [PATCH] NOOP: fix indentation --- libs/ardour/region.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index a7a4d54859..41d160ddd7 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -1355,7 +1355,7 @@ Region::_set_state (const XMLNode& node, int version, PropertyChange& what_chang */ if ((length().time_domain() == Temporal::AudioTime) && (_sources.front()->length().time_domain() == Temporal::AudioTime) && (length().distance() > _sources.front()->length())) { _length = timecnt_t (start().distance (_sources.front()->length()), _length.val().position()); - } + } } set_id (node);