Skip to content

Commit 42e2756

Browse files
committed
restyling the PR
1 parent c0a9ea1 commit 42e2756

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/light-switch-app/silabs/src/ShellCommands.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -934,11 +934,13 @@ void RegisterSwitchCommands()
934934
static const shell_command_t sSwitchCommand = { &SwitchCommandHandler, "switch",
935935
"Light-switch commands. Usage: switch <subcommand>" };
936936

937-
sShellSwitchGroupsOnOffSubCommands.RegisterCommands(sSwitchGroupsOnOffSubCommands, MATTER_ARRAY_SIZE(sSwitchGroupsOnOffSubCommands));
937+
sShellSwitchGroupsOnOffSubCommands.RegisterCommands(sSwitchGroupsOnOffSubCommands,
938+
MATTER_ARRAY_SIZE(sSwitchGroupsOnOffSubCommands));
938939
sShellSwitchGroupsLevelControlSubCommands.RegisterCommands(sSwitchGroupsLevelControlSubCommands,
939940
MATTER_ARRAY_SIZE(sSwitchGroupsLevelControlSubCommands));
940941
sShellSwitchOnOffSubCommands.RegisterCommands(sSwitchOnOffSubCommands, MATTER_ARRAY_SIZE(sSwitchOnOffSubCommands));
941-
sShellSwitchLevelControlSubCommands.RegisterCommands(sSwitchLevelControlSubCommands, MATTER_ARRAY_SIZE(sSwitchLevelControlSubCommands));
942+
sShellSwitchLevelControlSubCommands.RegisterCommands(sSwitchLevelControlSubCommands,
943+
MATTER_ARRAY_SIZE(sSwitchLevelControlSubCommands));
942944
sShellSwitchGroupsSubCommands.RegisterCommands(sSwitchGroupsSubCommands, MATTER_ARRAY_SIZE(sSwitchGroupsSubCommands));
943945
sShellSwitchBindingSubCommands.RegisterCommands(sSwitchBindingSubCommands, MATTER_ARRAY_SIZE(sSwitchBindingSubCommands));
944946
sShellSwitchSubCommands.RegisterCommands(sSwitchSubCommands, MATTER_ARRAY_SIZE(sSwitchSubCommands));

0 commit comments

Comments
 (0)