mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 16:48:08 +02:00
Whitespace and style fixes
This commit is contained in:
@@ -479,7 +479,8 @@ void zmq::session_base_t::start_connecting (bool wait_)
|
||||
|
||||
send_attach (this, pgm_sender);
|
||||
}
|
||||
else if (options.type == ZMQ_SUB || options.type == ZMQ_XSUB) {
|
||||
else
|
||||
if (options.type == ZMQ_SUB || options.type == ZMQ_XSUB) {
|
||||
|
||||
// PGM receiver.
|
||||
pgm_receiver_t *pgm_receiver = new (std::nothrow) pgm_receiver_t (
|
||||
|
Reference in New Issue
Block a user