diff --git a/esp_encrypted_img/test/test.c b/esp_encrypted_img/test/test.c index f8224d6..efb4afc 100644 --- a/esp_encrypted_img/test/test.c +++ b/esp_encrypted_img/test/test.c @@ -8,9 +8,9 @@ #include "unity.h" #if __has_include("esp_random.h") - #include "esp_random.h" +#include "esp_random.h" #else - #include "esp_system.h" +#include "esp_system.h" #endif #include "esp_encrypted_img.h" diff --git a/libsodium/port/randombytes_esp32.c b/libsodium/port/randombytes_esp32.c index 6f57437..13234d6 100644 --- a/libsodium/port/randombytes_esp32.c +++ b/libsodium/port/randombytes_esp32.c @@ -5,9 +5,9 @@ */ #include "sdkconfig.h" #if __has_include("esp_random.h") - #include "esp_random.h" +#include "esp_random.h" #else - #include "esp_system.h" +#include "esp_system.h" #endif #include "randombytes_internal.h"