diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-08 16:50:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-08 16:50:26 +0100 |
| commit | b94eaefc030fdb7768a3efa5c3a985f166d38d66 (patch) | |
| tree | d4ac55a9dfb9ec343a6e3c939b19861f39a39c2e /src/lib | |
| parent | 8b9cc9b5e256128ad21f935d8a0838734f986c09 (diff) | |
White space.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 5f1d589d6..290dd20ef 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -576,7 +576,7 @@ Socket::accept (int port) _acceptor->async_accept (_socket, boost::lambda::var(ec) = boost::lambda::_1); do { _io_service.run_one (); - } while (ec == boost::asio::error::would_block ); + } while (ec == boost::asio::error::would_block); delete _acceptor; _acceptor = 0; |
