Problem: source code contains tabs

Solution: replace tabes with spaces
This commit is contained in:
Constantin Rack
2016-09-17 08:44:00 +02:00
parent e8d665c4e5
commit 022cf2aeaa
11 changed files with 31 additions and 31 deletions

View File

@@ -281,7 +281,7 @@ zmq::fd_t zmq::tcp_listener_t::accept ()
#ifdef ZMQ_HAVE_WINDOWS
if (sock == INVALID_SOCKET) {
const int last_error = WSAGetLastError();
const int last_error = WSAGetLastError();
wsa_assert (last_error == WSAEWOULDBLOCK ||
last_error == WSAECONNRESET ||
last_error == WSAEMFILE ||