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 shripad621git committed May 31, 2024
1 parent 6cbc705 commit 23c0326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/ESP32/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ void ConfigurationManagerImpl::DoFactoryReset(intptr_t arg)
ChipLogError(DeviceLayer, "Failed to unregister IP event handler");
}

err = ESP32Utils::MapError(esp_event_handler_unregister(WIFI_EVENT, ESP_EVENT_ANY_ID, PlatformManagerImpl::HandleESPSystemEvent));
err =
ESP32Utils::MapError(esp_event_handler_unregister(WIFI_EVENT, ESP_EVENT_ANY_ID, PlatformManagerImpl::HandleESPSystemEvent));
if (err != CHIP_NO_ERROR)
{
ChipLogError(DeviceLayer, "Failed to unregister wifi event handler");
Expand Down

0 comments on commit 23c0326

Please sign in to comment.