From: Robin Gareus Date: Sat, 18 Aug 2018 12:10:47 +0000 (+0200) Subject: NO-OP: whitespace X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=ed32a00afa441e6a347128c728df1f7b7e2159b3;p=ardour.git NO-OP: whitespace --- 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);