Skip to content

Commit 23c0326

Browse files
restyled-commitsshripad621git
authored andcommitted
Restyled by clang-format
1 parent 6cbc705 commit 23c0326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/ESP32/ConfigurationManagerImpl.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ void ConfigurationManagerImpl::DoFactoryReset(intptr_t arg)
412412
ChipLogError(DeviceLayer, "Failed to unregister IP event handler");
413413
}
414414

415-
err = ESP32Utils::MapError(esp_event_handler_unregister(WIFI_EVENT, ESP_EVENT_ANY_ID, PlatformManagerImpl::HandleESPSystemEvent));
415+
err =
416+
ESP32Utils::MapError(esp_event_handler_unregister(WIFI_EVENT, ESP_EVENT_ANY_ID, PlatformManagerImpl::HandleESPSystemEvent));
416417
if (err != CHIP_NO_ERROR)
417418
{
418419
ChipLogError(DeviceLayer, "Failed to unregister wifi event handler");

0 commit comments

Comments
 (0)