Whitespace and style fixes

This commit is contained in:
Pieter Hintjens
2012-10-24 09:18:52 +09:00
parent 066606322c
commit 4ba34c9d70
15 changed files with 270 additions and 235 deletions

View File

@@ -147,7 +147,8 @@ int zmq::signaler_t::wait (int timeout_)
errno_assert (errno == EINTR);
return -1;
}
else if (unlikely (rc == 0)) {
else
if (unlikely (rc == 0)) {
errno = EAGAIN;
return -1;
}