From 758fcb5a4a3c82ef20171c58009cfbfee695686b Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 24 Jun 2022 15:06:11 +0000 Subject: [PATCH] Restyled by clang-format --- examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp | 2 +- examples/lighting-app/bouffalolab/bl602/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp b/examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp index d3a7e1f7dc364a..db3e23741d7ced 100644 --- a/examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp +++ b/examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp @@ -41,9 +41,9 @@ #include #include +#include #include #include -#include #define FACTORY_RESET_TRIGGER_TIMEOUT 3000 #define FACTORY_RESET_CANCEL_WINDOW_TIMEOUT 3000 diff --git a/examples/lighting-app/bouffalolab/bl602/src/main.cpp b/examples/lighting-app/bouffalolab/bl602/src/main.cpp index 90170218baadba..679812bb274fc5 100644 --- a/examples/lighting-app/bouffalolab/bl602/src/main.cpp +++ b/examples/lighting-app/bouffalolab/bl602/src/main.cpp @@ -89,7 +89,7 @@ extern "C" int main() CHIPDeviceManager & deviceMgr = CHIPDeviceManager::GetInstance(); SetDeviceInfoProvider(&DeviceInfoProviderImpl::GetDefaultInstance()); - CHIP_ERROR error = deviceMgr.Init(&EchoCallbacks); + CHIP_ERROR error = deviceMgr.Init(&EchoCallbacks); if (error != CHIP_NO_ERROR) { log_info("device init failed: %s", ErrorStr(error));