1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

style change

This commit is contained in:
Paul Licameli 2020-08-23 12:02:11 -04:00
parent c3403054c3
commit fffd32472f

View File

@ -1100,8 +1100,10 @@ void TrackList::ClearPendingTracks( ListOfTracks *pAdded )
}
while (it != stop && it->get()->GetId() == TrackId{});
if (!foundNode && it != stop)
node = (*it)->GetNode(), foundNode = true;
if (!foundNode && it != stop) {
node = (*it)->GetNode();
foundNode = true;
}
}
else
++it;