We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f54049 commit ea3fc55Copy full SHA for ea3fc55
1 file changed
libs/acn/BrokerConnectReplyInflator.cpp
@@ -65,8 +65,7 @@ unsigned int BrokerConnectReplyInflator::InflatePDUBlock(HeaderSet *headers,
65
UID(pdu_data.client_uid));
66
67
if (m_broker_connect_reply_handler.get()) {
68
- m_broker_connect_reply_handler->Run(headers,
69
- reply);
+ m_broker_connect_reply_handler->Run(headers, reply);
70
} else {
71
OLA_WARN << "No Broker Connect Reply handler defined!";
72
}
0 commit comments