Whitespace fixes

Minor layout fix

Whitespace fix
This commit is contained in:
Pieter Hintjens
2013-12-23 13:14:32 +01:00
parent 384f8522aa
commit 9d9592f830
3 changed files with 11 additions and 3 deletions

View File

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