Skip to content

Commit ea3fc55

Browse files
committed
Fix a comment
(cherry picked from commit 14d84e5)
1 parent 7f54049 commit ea3fc55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/acn/BrokerConnectReplyInflator.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ unsigned int BrokerConnectReplyInflator::InflatePDUBlock(HeaderSet *headers,
6565
UID(pdu_data.client_uid));
6666

6767
if (m_broker_connect_reply_handler.get()) {
68-
m_broker_connect_reply_handler->Run(headers,
69-
reply);
68+
m_broker_connect_reply_handler->Run(headers, reply);
7069
} else {
7170
OLA_WARN << "No Broker Connect Reply handler defined!";
7271
}

0 commit comments

Comments
 (0)