mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Whitespace and style fixes
This commit is contained in:
@@ -182,7 +182,8 @@ int zmq::router_t::xsend (msg_t *msg_, int flags_)
|
||||
bool ok = current_out->write (msg_);
|
||||
if (unlikely (!ok))
|
||||
current_out = NULL;
|
||||
else if (!more_out) {
|
||||
else
|
||||
if (!more_out) {
|
||||
current_out->flush ();
|
||||
current_out = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user