Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and shubhamdp committed Sep 30, 2022
1 parent 91bd264 commit 1549890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/ESP32/nimble/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1549890

Please sign in to comment.