mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-07 22:37:41 +01:00
Problem: comments before ifdefs are wrongly formatted
Solution: now that clang-format 6+ is used in the CI, fix it
This commit is contained in:
parent
5de3aa1555
commit
bde18f3ede
@ -712,7 +712,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Polling.
|
// Polling.
|
||||||
|
|
||||||
#if defined ZMQ_HAVE_POLLER
|
#if defined ZMQ_HAVE_POLLER
|
||||||
inline int zmq_poller_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)
|
inline int zmq_poller_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user