mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
style change
This commit is contained in:
@@ -1100,8 +1100,10 @@ void TrackList::ClearPendingTracks( ListOfTracks *pAdded )
|
|||||||
}
|
}
|
||||||
while (it != stop && it->get()->GetId() == TrackId{});
|
while (it != stop && it->get()->GetId() == TrackId{});
|
||||||
|
|
||||||
if (!foundNode && it != stop)
|
if (!foundNode && it != stop) {
|
||||||
node = (*it)->GetNode(), foundNode = true;
|
node = (*it)->GetNode();
|
||||||
|
foundNode = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
++it;
|
++it;
|
||||||
|
|||||||
Reference in New Issue
Block a user