Commit 956cfd9f authored by Ian Barber's avatar Ian Barber

Revert "Fix incorrect whitespace in if statement"

This reverts commit 55cbdfcf.
parent 74175dec
......@@ -313,7 +313,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_)
// Ask socket to plug into the pipe.
send_bind (socket, pipes [1]);
}
else if (outpipe && (options.delay_attach_on_connect == 1))
else if (outpipe && (options.delay_attach_on_connect == 1))
send_bind (socket, outpipe);
// Plug in the engine.
......
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