Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and shgutte committed Sep 18, 2024
1 parent 4fbb566 commit 10944f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/refrigerator-app/silabs/include/AppTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ class AppTask : public BaseApplication

/**
* @brief PB1 Button event processing function
* Function triggers an action sent to the CHIP task
// TODO: Action for refrigerator is not decided yet
* Function triggers an action sent to the CHIP task
// TODO: Action for refrigerator is not decided yet
*
* @param aEvent button event being processed
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace app {
namespace Clusters {

namespace RefrigeratorAndTemperatureControlledCabinetMode {

const uint8_t ModeRapidCool = 0;
const uint8_t ModeRapidFreeze = 1;

Expand Down

0 comments on commit 10944f2

Please sign in to comment.