mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
formatting
This commit is contained in:
parent
f188078623
commit
ead1d9f4d1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ void ReceivedPacketProcessor::queueReceivedPacket(const SharedNodePointer& sendi
|
|||
_nodePacketCounts[sendingNode->getUUID()]++;
|
||||
unlock();
|
||||
|
||||
// Make sure to wake our actual processing thread because we now have packets for it to process.
|
||||
// Make sure to wake our actual processing thread because we now have packets for it to process.
|
||||
_hasPackets.wakeAll();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue