Skip to content

Commit 4ee7f01

Browse files
restyled-commitsshgutte
authored andcommitted
Restyled by clang-format
1 parent 6aeee76 commit 4ee7f01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/refrigerator-app/silabs/include/refrigerator-and-temperature-controlled-cabinet-mode.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Clusters {
2929

3030
namespace RefrigeratorAndTemperatureControlledCabinetMode {
3131

32-
const uint8_t ModeNormal = 0;
32+
const uint8_t ModeNormal = 0;
3333
const uint8_t ModeRapidCool = 1;
3434
const uint8_t ModeRapidFreeze = 2;
3535

@@ -38,7 +38,7 @@ class RefrigeratorAndTemperatureControlledCabinetModeDelegate : public ModeBase:
3838
{
3939
private:
4040
using ModeTagStructType = detail::Structs::ModeTagStruct::Type;
41-
ModeTagStructType modeTagsNoarmal[1] = { { .value = to_underlying(ModeTag::kAuto) } };
41+
ModeTagStructType modeTagsNoarmal[1] = { { .value = to_underlying(ModeTag::kAuto) } };
4242
ModeTagStructType modeTagsRapidCool[1] = { { .value = to_underlying(ModeTag::kRapidCool) } };
4343
ModeTagStructType modeTagsRapidFreeze[3] = { { .value = to_underlying(ModeBase::ModeTag::kMax) },
4444
{ .value = to_underlying(ModeTag::kRapidFreeze) } };

examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void RefrigeratorUI::DrawHeader(GLIB_Context_t * glibContext)
131131
*/
132132
void RefrigeratorUI::DrawFooter(GLIB_Context_t * glibContext, bool autoMode)
133133
{
134-
//TODO:: Need to implement this function
134+
// TODO:: Need to implement this function
135135

136136
#if SL_LCDCTRL_MUX
137137
sl_wfx_host_pre_lcd_spi_transfer();

0 commit comments

Comments
 (0)