Commit bde18f3e authored by Luca Boccassi's avatar Luca Boccassi

Problem: comments before ifdefs are wrongly formatted

Solution: now that clang-format 6+ is used in the CI, fix it
parent 5de3aa15
......@@ -712,7 +712,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
return NULL;
}
// Polling.
// Polling.
#if defined ZMQ_HAVE_POLLER
inline int zmq_poller_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment