Commit fa95d0b5 authored by Matthias Kluwe's avatar Matthias Kluwe

removed whitespace

(accidentially used my preferred style)
parent 5154c544
......@@ -319,7 +319,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
err == WSAENETDOWN ||
err == WSAEACCES ||
err == WSAEINVAL ||
err == WSAEADDRINUSE )
err == WSAEADDRINUSE)
return retired_fd;
wsa_assert_no (err);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment