0
0
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:
Richard Newton 2013-07-01 12:10:57 +01:00
parent f6e972d546
commit 998610602e

View File

@ -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;
}