Skip to content

Commit 9188395

Browse files
restyled-commitsyeaissa
authored andcommitted
Restyled by clang-format
1 parent 31d95eb commit 9188395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/laundry-washer-app/nxp/common/main/AppTask.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const static std::map<std::string, uint8_t> map_cmd_errstate{
5050
const static std::map<std::string, uint8_t> map_cmd_opstate{ { "stop", (uint8_t) OperationalState::OperationalStateEnum::kStopped },
5151
{ "run", (uint8_t) OperationalState::OperationalStateEnum::kRunning },
5252
{ "pause", (uint8_t) OperationalState::OperationalStateEnum::kPaused },
53-
{ "error", (uint8_t) OperationalState::OperationalStateEnum::kError } };
53+
{ "error",
54+
(uint8_t) OperationalState::OperationalStateEnum::kError } };
5455

5556
static void InvalidStateHandler(void)
5657
{

0 commit comments

Comments
 (0)