mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-01 14:55:59 +01:00
Update router.cpp for clang fmt
This commit is contained in:
parent
93827b020a
commit
c3c8787efc
@ -185,7 +185,7 @@ int zmq::router_t::xsend (msg_t *msg_)
|
|||||||
if (!_current_out->check_write ()) {
|
if (!_current_out->check_write ()) {
|
||||||
// Check whether pipe is full or not
|
// Check whether pipe is full or not
|
||||||
const bool pipe_full = !_current_out->check_hwm ();
|
const bool pipe_full = !_current_out->check_hwm ();
|
||||||
const bool pipe_active = _current_out->is_active();
|
const bool pipe_active = _current_out->is_active ();
|
||||||
out_pipe->active = false;
|
out_pipe->active = false;
|
||||||
_current_out = NULL;
|
_current_out = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user