style.
This commit is contained in:
parent
5d3b6c212f
commit
2d63967551
@ -135,7 +135,8 @@ void cChunkSender::RemoveClient(cClientHandle * a_Client)
|
||||
} // for itr - m_SendChunksLowPriority[]
|
||||
for (sSendChunkList::iterator itr = m_SendChunksHighPriority.begin(); itr != m_SendChunksHighPriority.end();)
|
||||
{
|
||||
if (itr->m_Client == a_Client) {
|
||||
if (itr->m_Client == a_Client)
|
||||
{
|
||||
itr = m_SendChunksHighPriority.erase(itr);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user