Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried committed Feb 17, 2025
1 parent 7ab8079 commit b5112b8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions lib/ocpp/v201/ctrlr_component_variables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,13 +621,11 @@ const RequiredComponentVariable DisplayMessageSupportedPriorities = {
"SupportedPriorities",
}),
};
const ComponentVariable DisplayMessageSupportedStates = {
ControllerComponents::DisplayMessageCtrlr, std::nullopt,
std::optional<Variable>({"SupportedStates"})};
const ComponentVariable DisplayMessageSupportedStates = {ControllerComponents::DisplayMessageCtrlr, std::nullopt,
std::optional<Variable>({"SupportedStates"})};

const ComponentVariable DisplayMessageQRCodeDisplayCapable = {
ControllerComponents::DisplayMessageCtrlr, std::nullopt,
std::optional<Variable>({"QRCodeDisplayCapable"})};
const ComponentVariable DisplayMessageQRCodeDisplayCapable = {ControllerComponents::DisplayMessageCtrlr, std::nullopt,
std::optional<Variable>({"QRCodeDisplayCapable"})};

const ComponentVariable DisplayMessageLanguage = {ControllerComponents::DisplayMessageCtrlr,
std::optional<Variable>({"Language"})};
Expand Down Expand Up @@ -1113,9 +1111,8 @@ const RequiredComponentVariable TotalCostFallbackMessage = {
}),
};

const ComponentVariable NumberOfDecimalsForCostValues = {
ControllerComponents::TariffCostCtrlr, std::nullopt,
std::optional<Variable>({"NumberOfDecimalsForCostValues"})};
const ComponentVariable NumberOfDecimalsForCostValues = {ControllerComponents::TariffCostCtrlr, std::nullopt,
std::optional<Variable>({"NumberOfDecimalsForCostValues"})};

const RequiredComponentVariable EVConnectionTimeOut = {
ControllerComponents::TxCtrlr,
Expand Down

0 comments on commit b5112b8

Please sign in to comment.