From 8d72a73c007cbc701bc60f9cff4436a32e941ece Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 12 Oct 2020 10:24:24 +0000 Subject: [PATCH] Restyled by clang-format --- examples/lighting-app/nrfconnect/main/AppTask.cpp | 3 ++- examples/lock-app/nrfconnect/main/AppTask.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/lighting-app/nrfconnect/main/AppTask.cpp b/examples/lighting-app/nrfconnect/main/AppTask.cpp index 6ff80eb0d6753f..1bdeb77b7fed94 100644 --- a/examples/lighting-app/nrfconnect/main/AppTask.cpp +++ b/examples/lighting-app/nrfconnect/main/AppTask.cpp @@ -427,6 +427,7 @@ void AppTask::UpdateClusterState() } } -void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) { +void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) +{ GetAppTask().UpdateClusterState(); } diff --git a/examples/lock-app/nrfconnect/main/AppTask.cpp b/examples/lock-app/nrfconnect/main/AppTask.cpp index c5959541c72b9b..6d5fbcbdc7a865 100644 --- a/examples/lock-app/nrfconnect/main/AppTask.cpp +++ b/examples/lock-app/nrfconnect/main/AppTask.cpp @@ -441,6 +441,7 @@ void AppTask::UpdateClusterState() } } -void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) { +void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) +{ GetAppTask().UpdateClusterState(); }