Problem: whitespace at end of lines, removed

This commit is contained in:
Pieter Hintjens 2015-09-11 14:30:20 -04:00
parent c5b1de368a
commit 60fdfd9a1b

View File

@ -104,6 +104,7 @@ int zmq::router_t::xsetsockopt (int option_, const void *optval_,
return 0; return 0;
} }
break; break;
case ZMQ_ROUTER_RAW: case ZMQ_ROUTER_RAW:
if (is_int && value >= 0) { if (is_int && value >= 0) {
raw_socket = (value != 0); raw_socket = (value != 0);