mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +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{});
|
||||
|
||||
if (!foundNode && it != stop)
|
||||
node = (*it)->GetNode(), foundNode = true;
|
||||
if (!foundNode && it != stop) {
|
||||
node = (*it)->GetNode();
|
||||
foundNode = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
++it;
|
||||
|
||||
Reference in New Issue
Block a user