Skip to content

Commit 10944f2

Browse files
restyled-commitsshgutte
authored andcommitted
Restyled by whitespace
1 parent 4fbb566 commit 10944f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/refrigerator-app/silabs/include/AppTask.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ class AppTask : public BaseApplication
101101

102102
/**
103103
* @brief PB1 Button event processing function
104-
* Function triggers an action sent to the CHIP task
105-
// TODO: Action for refrigerator is not decided yet
104+
* Function triggers an action sent to the CHIP task
105+
// TODO: Action for refrigerator is not decided yet
106106
*
107107
* @param aEvent button event being processed
108108
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace app {
2828
namespace Clusters {
2929

3030
namespace RefrigeratorAndTemperatureControlledCabinetMode {
31-
31+
3232
const uint8_t ModeRapidCool = 0;
3333
const uint8_t ModeRapidFreeze = 1;
3434

0 commit comments

Comments
 (0)