mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-15 15:16:52 +02:00
removed whitespace
(accidentially used my preferred style)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user