Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Apr 13, 2024
1 parent 3a02f31 commit 14d84e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/acn/BrokerConnectReplyInflator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ unsigned int BrokerConnectReplyInflator::InflatePDUBlock(HeaderSet *headers,
UID(pdu_data.client_uid));

if (m_broker_connect_reply_handler.get()) {
m_broker_connect_reply_handler->Run(headers,
reply);
m_broker_connect_reply_handler->Run(headers, reply);
} else {
OLA_WARN << "No Broker Connect Reply handler defined!";
}
Expand Down

0 comments on commit 14d84e5

Please sign in to comment.