mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-24 23:34:50 +01:00
Problem: UDP engine code not indented properly
Solution: Indent it.
This commit is contained in:
parent
d6aa6e71ec
commit
124ebd2dd6
@ -571,7 +571,7 @@ void zmq::session_base_t::start_connecting (bool wait_)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (addr->protocol == "udp") {
|
||||
if (addr->protocol == "udp") {
|
||||
zmq_assert (options.type == ZMQ_DISH || options.type == ZMQ_RADIO);
|
||||
|
||||
udp_engine_t* engine = new (std::nothrow) udp_engine_t ();
|
||||
@ -595,7 +595,7 @@ if (addr->protocol == "udp") {
|
||||
send_attach (this, engine);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef ZMQ_HAVE_OPENPGM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user