Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Dec 22, 2023
1 parent fc52f72 commit 09eeba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocpp/common/websocket/websocket_tls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ void WebsocketTLS::connect_tls() {
this->wss_client.connect(con);
}
void WebsocketTLS::on_open_tls(tls_client* c, websocketpp::connection_hdl hdl) {
(void)c; // tls_client is not used in this function
(void)c; // tls_client is not used in this function
EVLOG_info << "OCPP client successfully connected to TLS websocket server";
this->connection_attempts = 1; // reset connection attempts
this->m_is_connected = true;
Expand Down

0 comments on commit 09eeba1

Please sign in to comment.