Problem: trailing whitespace in include/zmq.h

Solution: remove it
This commit is contained in:
Luca Boccassi 2017-11-16 21:54:15 +00:00
parent d49b0fad6d
commit 7a7c776abb

View File

@ -573,7 +573,7 @@ ZMQ_EXPORT void zmq_threadclose (void* thread);
/* DRAFT 0MQ socket events and monitoring */ /* DRAFT 0MQ socket events and monitoring */
/* Unspecified system errors during handshake. Event value is an errno. */ /* Unspecified system errors during handshake. Event value is an errno. */
#define ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL 0x0800 #define ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL 0x0800
/* Handshake complete successfully with successful authentication (if * /* Handshake complete successfully with successful authentication (if *
* enabled). Event value is unused. */ * enabled). Event value is unused. */
#define ZMQ_EVENT_HANDSHAKE_SUCCEEDED 0x1000 #define ZMQ_EVENT_HANDSHAKE_SUCCEEDED 0x1000