mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-16 18:56:55 +02:00
Problem: trailing whitespace in include/zmq.h
Solution: remove it
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user