Whitespace.

This commit is contained in:
JoelKatz
2012-01-19 14:11:26 -08:00
parent b9326d2454
commit 5f394e9bb7

View File

@@ -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*/)