Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 12, 2020
1 parent aa08af9 commit 8d72a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/lighting-app/nrfconnect/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ void AppTask::UpdateClusterState()
}
}

void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) {
void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint)
{
GetAppTask().UpdateClusterState();
}
3 changes: 2 additions & 1 deletion examples/lock-app/nrfconnect/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ void AppTask::UpdateClusterState()
}
}

void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) {
void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint)
{
GetAppTask().UpdateClusterState();
}

0 comments on commit 8d72a73

Please sign in to comment.