Commit 99861060 authored by Richard Newton's avatar Richard Newton

Fix tab/space formatting issue

parent f6e972d5
...@@ -59,8 +59,8 @@ static bool read_msg(void* s, zmq_event_t& event, std::string& ep) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment