From 1549890181836916efdc8386d0eaf3cf6938c216 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 30 Sep 2022 12:29:12 +0000 Subject: [PATCH] Restyled by clang-format --- src/platform/ESP32/nimble/BLEManagerImpl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platform/ESP32/nimble/BLEManagerImpl.cpp b/src/platform/ESP32/nimble/BLEManagerImpl.cpp index 3caa976d3bb2e6..ea4f5c1de99d32 100644 --- a/src/platform/ESP32/nimble/BLEManagerImpl.cpp +++ b/src/platform/ESP32/nimble/BLEManagerImpl.cpp @@ -148,7 +148,8 @@ CHIP_ERROR BLEManagerImpl::_Init() return CHIP_NO_ERROR; } #else - if (ConnectivityMgr().IsWiFiStationProvisioned()) { + if (ConnectivityMgr().IsWiFiStationProvisioned()) + { ESP_LOGI(TAG, "WiFi station already provisioned, not initializing BLE"); return CHIP_NO_ERROR; }