From 5f394e9bb72e7a08da19b99a7d67986e54642924 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 19 Jan 2012 14:11:26 -0800 Subject: [PATCH] Whitespace. --- RPCServer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/RPCServer.cpp b/RPCServer.cpp index 385897682..fd430e904 100644 --- a/RPCServer.cpp +++ b/RPCServer.cpp @@ -421,12 +421,9 @@ Json::Value RPCServer::doCommand(const std::string& command, Json::Value& params void RPCServer::sendReply() { - - boost::asio::async_write(mSocket, boost::asio::buffer(mReplyStr), boost::bind(&RPCServer::handle_write, shared_from_this(), boost::asio::placeholders::error)); - } void RPCServer::handle_write(const boost::system::error_code& /*error*/)