pre-commit: format code

This commit is contained in:
MacDue 2022-03-08 11:11:36 +00:00
parent 3863d888d4
commit d7334f04a2
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
#include "unity.h" #include "unity.h"
#if __has_include("esp_random.h") #if __has_include("esp_random.h")
#include "esp_random.h" #include "esp_random.h"
#else #else
#include "esp_system.h" #include "esp_system.h"
#endif #endif
#include "esp_encrypted_img.h" #include "esp_encrypted_img.h"

View File

@ -5,9 +5,9 @@
*/ */
#include "sdkconfig.h" #include "sdkconfig.h"
#if __has_include("esp_random.h") #if __has_include("esp_random.h")
#include "esp_random.h" #include "esp_random.h"
#else #else
#include "esp_system.h" #include "esp_system.h"
#endif #endif
#include "randombytes_internal.h" #include "randombytes_internal.h"