mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 21:50:49 +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) { | ||||
|         _sync->unlock (); | ||||
|         _sync->lock (); | ||||
|     }  | ||||
|     else { | ||||
|     } else { | ||||
|         //  Wait for signal from the command sender. | ||||
|         int rc = _cond_var.wait (_sync, timeout_); | ||||
|         if (rc == -1) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Giesecke
					Simon Giesecke