mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
style change
This commit is contained in:
parent
c3403054c3
commit
fffd32472f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user