From f201726286ab7f0aa5c65d9a63cc1c8f38d5ca18 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 1 Apr 2017 17:13:32 +0200 Subject: [PATCH] NO-OP: whitespace --- gtk2_ardour/region_selection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/region_selection.cc b/gtk2_ardour/region_selection.cc index cf9542cb64..2679cc9381 100644 --- a/gtk2_ardour/region_selection.cc +++ b/gtk2_ardour/region_selection.cc @@ -105,7 +105,7 @@ bool RegionSelection::contains (boost::shared_ptr region) const bool RegionSelection::add (RegionView* rv) { - if (!rv->region()->playlist()) { + if (!rv->region()->playlist()) { /* not attached to a playlist - selection not allowed. This happens if the user tries to select a region during a capture pass.