reformat some code

This commit is contained in:
Dennis Luxen 2014-06-10 17:23:07 +02:00
parent 4ee2e1d049
commit 686f1aeeb2

View File

@ -112,8 +112,7 @@ void Connection::handle_read(const boost::system::error_code &e, std::size_t byt
output_buffer = reply.ToBuffers();
break;
}
boost::asio::async_write(
TCP_socket,
boost::asio::async_write(TCP_socket,
output_buffer,
strand.wrap(boost::bind(&Connection::handle_write,
this->shared_from_this(),