Strip trailing whitespace.

This commit is contained in:
Mark de Wever 2011-06-23 05:54:44 +00:00
parent cbb7523535
commit 8130c2bd5a

View file

@ -47,7 +47,7 @@ class connection
const boost::system::error_code& ec,
resolver::iterator iterator
);
void connect(resolver::iterator iterator);
void handle_connect(
const boost::system::error_code& ec,
@ -69,7 +69,7 @@ class connection
std::size_t is_read_complete(
const boost::system::error_code& error,
std::size_t bytes_transferred
);
);
void handle_read(
const boost::system::error_code& ec,
std::size_t bytes_transferred,