Apply codestyle

Co-authored-by: Dave Rodgman <dave.rodgman@arm.com>
Signed-off-by: Adrian Scillato <ascillato@gmail.com>
This commit is contained in:
Adrian Scillato 2024-03-06 10:34:51 -08:00 committed by GitHub
parent a50cd0ffd8
commit 0a1b566bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2523,7 +2523,7 @@ static int x509_crt_verify_chain(
int signature_is_good;
unsigned self_cnt;
mbedtls_x509_crt *cur_trust_ca = NULL;
mbedtls_x509_time now = {0};
mbedtls_x509_time now = { 0 };
#if defined(MBEDTLS_HAVE_TIME_DATE)
if (mbedtls_x509_time_gmtime(mbedtls_time(NULL), &now) != 0) {