formatting

This commit is contained in:
Andrew Meadows 2015-05-19 14:15:09 -07:00
parent f188078623
commit ead1d9f4d1

View file

@ -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();
}