From a061fff0d8a3003fb007e7df0d24c446b4643ffc Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 1 Jun 2023 20:24:31 +0000 Subject: [PATCH] Restyled by clang-format --- src/platform/nrfconnect/wifi/WiFiManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platform/nrfconnect/wifi/WiFiManager.cpp b/src/platform/nrfconnect/wifi/WiFiManager.cpp index e327d010471929..68192516b73437 100644 --- a/src/platform/nrfconnect/wifi/WiFiManager.cpp +++ b/src/platform/nrfconnect/wifi/WiFiManager.cpp @@ -215,7 +215,8 @@ CHIP_ERROR WiFiManager::Scan(const ByteSpan & ssid, ScanResultCallback resultCal if (ret) { ChipLogError(DeviceLayer, "Scan request failed %d", ret); - if(ret == -EBUSY && !workaroundDone){ + if (ret == -EBUSY && !workaroundDone) + { // TODO Wi-Fi driver returned an error during recovery. // As a workaround schedule the recovery timer one more time in WifiSupplicantWorkaroundTime time. // This allows the device to run the Scan method without