Problem: formatting broken

Solution: run clang-format
This commit is contained in:
Simon Giesecke
2019-02-07 11:44:18 +01:00
parent 7cf0d125d3
commit a763d734f2

View File

@@ -104,8 +104,7 @@ int zmq::mailbox_safe_t::recv (command_t *cmd_, int timeout_)
if (timeout_ == 0) {
_sync->unlock ();
_sync->lock ();
}
else {
} else {
// Wait for signal from the command sender.
int rc = _cond_var.wait (_sync, timeout_);
if (rc == -1) {