Commit 19f77a1c authored by Ian Barber's avatar Ian Barber

Merge pull request #449 from hintjens/master

Fixed code formatting
parents 6b452620 0bf8a4d2
......@@ -99,10 +99,8 @@ int zmq::xsub_t::xsend (msg_t *msg_, int flags_)
// however this is alread done on the XPUB side and
// doing it here as well breaks ZMQ_XPUB_VERBOSE
// when there are forwarding devices involved
//
//if (subscriptions.add (data + 1, size - 1))
subscriptions.add (data + 1, size - 1);
return dist.send_to_all (msg_, flags_);
subscriptions.add (data + 1, size - 1);
return dist.send_to_all (msg_, flags_);
}
else {
if (subscriptions.rm (data + 1, size - 1))
......
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