whitespace.

This commit is contained in:
Christopher Jeffrey 2014-10-23 16:27:52 -07:00
parent 5d8332c710
commit cbbfd712fa
1 changed files with 0 additions and 1 deletions

View File

@ -3127,7 +3127,6 @@ NAN_METHOD(HookPackets) {
poll_packets_mutex.lock();
for (cur = packets_queue_head; cur; cur = next) {
CNode *pfrom = cur->pfrom;
std::string strCommand(cur->strCommand);