0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-31 01:43:02 +08:00

minor whitespace fix

This commit is contained in:
Martin Sustrik 2010-09-30 11:35:14 +02:00
parent eaa925eca7
commit 7881ba1bcd

View File

@ -41,7 +41,7 @@
#include "stdint.hpp"
#ifndef MSG_ERRQUEUE
# define MSG_ERRQUEUE 0x2000
#define MSG_ERRQUEUE 0x2000
#endif
zmq::pgm_socket_t::pgm_socket_t (bool receiver_, const options_t &options_) :