Update router.cpp for clang fmt

This commit is contained in:
ZhuXxxx 2024-03-11 21:16:31 +08:00 committed by GitHub
parent 93827b020a
commit c3c8787efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;