Commit a763d734 authored by Simon Giesecke's avatar Simon Giesecke

Problem: formatting broken

Solution: run clang-format
parent 7cf0d125
...@@ -104,8 +104,7 @@ int zmq::mailbox_safe_t::recv (command_t *cmd_, int timeout_) ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment