mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00: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
|
// copy address part
|
||||||
ep = std::string((char*)zmq_msg_data(&msg2), zmq_msg_size(&msg2));
|
ep = std::string((char*)zmq_msg_data(&msg2), zmq_msg_size(&msg2));
|
||||||
|
|
||||||
if (event.event == ZMQ_EVENT_MONITOR_STOPPED)
|
if (event.event == ZMQ_EVENT_MONITOR_STOPPED)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user