mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Merge pull request #605 from ricnewton/master
Fix tab/space formatting issue
This commit is contained in:
commit
78e47912d2
@ -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