Commit 60fdfd9a authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: whitespace at end of lines, removed

parent c5b1de36
...@@ -104,6 +104,7 @@ int zmq::router_t::xsetsockopt (int option_, const void *optval_, ...@@ -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);
......
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