mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Fix tab/space formatting issue
This commit is contained in:
parent
f6e972d546
commit
998610602e
@ -59,8 +59,8 @@ static bool read_msg(void* s, zmq_event_t& event, std::string& ep)
|
||||
// copy address part
|
||||
ep = std::string((char*)zmq_msg_data(&msg2), zmq_msg_size(&msg2));
|
||||
|
||||
if (event.event == ZMQ_EVENT_MONITOR_STOPPED)
|
||||
return true;
|
||||
if (event.event == ZMQ_EVENT_MONITOR_STOPPED)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user