Skip to content

Commit 8d42132

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 082c100 commit 8d42132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ extern bool btInUse();
253253
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
254254
#ifndef CONFIG_SPIRAM_BOOT_INIT
255255
ESP_SYSTEM_INIT_FN(init_psram_new, BIT(0), 99) {
256-
return psramInit()?ESP_OK:ESP_FAIL;
256+
return psramInit() ? ESP_OK : ESP_FAIL;
257257
}
258258
#endif
259259
#endif

0 commit comments

Comments
 (0)