From cbbfd712fa8a5b199e8cbc0e284abcd1d4e510e8 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 23 Oct 2014 16:27:52 -0700 Subject: [PATCH] whitespace. --- src/bitcoindjs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 05219897..50c4eb74 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -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);