Skip to content

Commit

Permalink
clang-format 16.0.0 (from Docker-image in GitHub Action)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik K <dominik@pionix.de>
  • Loading branch information
Dominik-K committed Sep 20, 2023
1 parent eff3cb8 commit 6bf3cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocpp/common/websocket/websocket_plain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void WebsocketPlain::connect_plain() {

void WebsocketPlain::on_open_plain(client* c, websocketpp::connection_hdl hdl) {
std::lock_guard<std::mutex> lk(this->connection_mutex);
(void)c; // client is not used in this function
(void)c; // client is not used in this function
EVLOG_info << "OCPP client successfully connected to plain websocket server";
this->connection_attempts = 1; // reset connection attempts
this->m_is_connected = true;
Expand Down

0 comments on commit 6bf3cbf

Please sign in to comment.