From 1cf33cf062d9201c0f8073015e6729d5a4a209be Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 27 Oct 2023 06:52:59 +0000 Subject: [PATCH] Restyled by clang-format --- src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp b/src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp index 955411728fb553..5ea99a13a9088a 100644 --- a/src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp +++ b/src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp @@ -447,7 +447,7 @@ void ConnectivityManagerImpl::DriveAPState() // arm a timer to fire at that time. System::Clock::Timeout apTimeout = (mLastAPDemandTime + mWiFiAPIdleTimeout) - now; PlatformMgr().LockChipStack(); - err = DeviceLayer::SystemLayer().StartTimer(apTimeout, DriveAPState, nullptr); + err = DeviceLayer::SystemLayer().StartTimer(apTimeout, DriveAPState, nullptr); PlatformMgr().UnlockChipStack(); SuccessOrExit(err); ChipLogProgress(DeviceLayer, "Next WiFi AP timeout in %" PRIu32 " ms",