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:
Luca Boccassi 2019-05-18 17:02:06 +01:00
parent 5de3aa1555
commit bde18f3ede
8 changed files with 21 additions and 21 deletions

View File

@ -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_)