Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Signed-off-by: pietfried <[email protected]>
  • Loading branch information
Pietfried authored and corneliusclaussen committed Jan 10, 2024
1 parent d8623a8 commit f1a0a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/EvseManager/ErrorHandling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ bool ErrorHandling::modify_error_evse_manager(const std::string& error_type, boo
} else {
return false; // Error does not stop charging, ignored here
}
return true; // Error stops charging
return true; // Error stops charging
};

} // namespace module
2 changes: 1 addition & 1 deletion modules/OCPP/OCPP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class OCPP : public Everest::ModuleBase {

// ev@087e516b-124c-48df-94fb-109508c7cda9:v1
// insert other definitions here
/// \brief Contains information about an error
/// \brief Contains information about an error
struct ErrorInfo {
ocpp::v16::ChargePointErrorCode ocpp_error_code;
std::optional<std::string> info;
Expand Down

0 comments on commit f1a0a9f

Please sign in to comment.