mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
Whitespace and style fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user