NO-OP: whitespace

This commit is contained in:
Paul Davis 2017-04-01 17:13:32 +02:00
parent 907fbdd19e
commit f201726286

View File

@ -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.