From f1efb7c3f9e3034fa9bea6421698505e2f06bf0c Mon Sep 17 00:00:00 2001 From: subtly Date: Mon, 9 Mar 2015 19:39:39 +0100 Subject: [PATCH] fix coding standards --- libp2p/Session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/Session.cpp b/libp2p/Session.cpp index 5caf5bd44..2c6530a2d 100644 --- a/libp2p/Session.cpp +++ b/libp2p/Session.cpp @@ -310,7 +310,7 @@ void Session::send(bytes&& _msg) if (!m_socket.is_open()) return; - + bool doWrite = false; { Guard l(x_writeQueue);