summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-04-01 17:13:32 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2017-04-03 00:33:44 +0200
commitf201726286ab7f0aa5c65d9a63cc1c8f38d5ca18 (patch)
treecd0e96b5427f12e9ed9921aba2540e91e8647581 /gtk2_ardour/region_selection.cc
parent907fbdd19e99ede9f6e5d11c3726ac9e950c7960 (diff)
NO-OP: whitespace
Diffstat (limited to 'gtk2_ardour/region_selection.cc')
-rw-r--r--gtk2_ardour/region_selection.cc2
1 files changed, 1 insertions, 1 deletions
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<ARDOUR::Region> 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.