Commit 55cbdfcf authored by Ian Barber's avatar Ian Barber

Fix incorrect whitespace in if statement

parent 29f8d9ca
......@@ -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