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 Oct 13, 2020
1 parent f5f364e commit 97dd428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lock-app/efr32/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,4 @@ void AppTask::UpdateClusterState(void)
{
EFR32_LOG("ERR: updating on/off %x", status);
}
}
}
2 changes: 1 addition & 1 deletion examples/platform/efr32/Service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ void StartDefaultThreadNetwork(void)
chip::DeviceLayer::ThreadStackMgr().SetThreadEnabled(false);
chip::DeviceLayer::ThreadStackMgr().SetThreadProvision(deviceNetworkInfo);
chip::DeviceLayer::ThreadStackMgr().SetThreadEnabled(true);
}
}

0 comments on commit 97dd428

Please sign in to comment.