NO-OP: whitespace
authorRobin Gareus <robin@gareus.org>
Sat, 18 Aug 2018 12:10:47 +0000 (14:10 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 18 Aug 2018 12:13:24 +0000 (14:13 +0200)
libs/ardour/region.cc

index 6007c3cf95f6283038bfc0e939f5aca97e5a8123..cad32cd4d7aa8cbe7893fa821a2599cccbaf1044 100644 (file)
@@ -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<Playlist> 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);