White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Oct 2014 15:50:26 +0000 (16:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Oct 2014 15:50:26 +0000 (16:50 +0100)
src/lib/util.cc

index 5f1d589d669d92f53cbf29d381f06f97fa4438a5..290dd20ef1f7d186f7844caa9222c175058a14e4 100644 (file)
@@ -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;