Browse Source

fix coding standards

cl-refactor
subtly 10 years ago
parent
commit
f1efb7c3f9
  1. 2
      libp2p/Session.cpp

2
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);

Loading…
Cancel
Save