Problem: make clang-format still shows error in the CI

Solution: run make clang-format-diff and commit the changes.
This commit is contained in:
Luca Boccassi
2018-03-05 22:41:11 +00:00
parent 4ea1e78d9d
commit 541ca30d8e
5 changed files with 11 additions and 11 deletions

View File

@@ -343,8 +343,8 @@ int zmq::tcp_connecter_t::open ()
return 0;
}
// Translate error codes indicating asynchronous connect has been
// launched to a uniform EINPROGRESS.
// Translate error codes indicating asynchronous connect has been
// launched to a uniform EINPROGRESS.
#ifdef ZMQ_HAVE_WINDOWS
const int last_error = WSAGetLastError ();
if (last_error == WSAEINPROGRESS || last_error == WSAEWOULDBLOCK)