mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: formatting broken
Solution: run clang-format
This commit is contained in:
@@ -104,8 +104,7 @@ int zmq::mailbox_safe_t::recv (command_t *cmd_, int timeout_)
|
|||||||
if (timeout_ == 0) {
|
if (timeout_ == 0) {
|
||||||
_sync->unlock ();
|
_sync->unlock ();
|
||||||
_sync->lock ();
|
_sync->lock ();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// Wait for signal from the command sender.
|
// Wait for signal from the command sender.
|
||||||
int rc = _cond_var.wait (_sync, timeout_);
|
int rc = _cond_var.wait (_sync, timeout_);
|
||||||
if (rc == -1) {
|
if (rc == -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user