summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-18 14:10:47 +0200
committerRobin Gareus <robin@gareus.org>2018-08-18 14:13:24 +0200
commited32a00afa441e6a347128c728df1f7b7e2159b3 (patch)
tree3e9f2836be214303d6d943797a62a84cd064b23e
parentcf775ef4d32c946a24dbf5a113378b1de43fd183 (diff)
NO-OP: whitespace
-rw-r--r--libs/ardour/region.cc4
1 files changed, 2 insertions, 2 deletions
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<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);