From ed32a00afa441e6a347128c728df1f7b7e2159b3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 18 Aug 2018 14:10:47 +0200 Subject: NO-OP: whitespace --- libs/ardour/region.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/region.cc') diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 6007c3cf95..cad32cd4d7 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -443,7 +443,7 @@ Region::set_name (const std::string& str) void Region::set_selected_for_solo(bool yn) { - if ( _soloSelected != yn) { + if (_soloSelected != yn) { boost::shared_ptr pl (playlist()); if (pl){ @@ -1812,7 +1812,7 @@ Region::transients (AnalysisFeatureList& afl) if (!_user_transients.empty ()) { ++cnt; } - if (cnt > 1 ) { + if (cnt > 1) { afl.sort (); // remove exact duplicates TransientDetector::cleanup_transients (afl, _session.sample_rate(), 0); -- cgit v1.2.3