Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 12, 2022
1 parent ee08397 commit 44f79f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/ameba/main/LEDWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void LEDWidget::DoSet(bool state)
{
bool stateChange = (mState != state);
mState = state;

if (stateChange)
{
gpio_write(&gpio_led, state);
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/esp32/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ void emberAfOnOffClusterInitCallback(EndpointId endpoint)
{
ESP_LOGI(TAG, "emberAfOnOffClusterInitCallback");
GetAppTask().UpdateClusterState();
}
}

0 comments on commit 44f79f4

Please sign in to comment.