From 0a1b566bffd879084496bcfa2936cbc824c95059 Mon Sep 17 00:00:00 2001 From: Adrian Scillato Date: Wed, 6 Mar 2024 10:34:51 -0800 Subject: [PATCH] Apply codestyle Co-authored-by: Dave Rodgman Signed-off-by: Adrian Scillato --- library/x509_crt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/x509_crt.c b/library/x509_crt.c index 32862fe4b1..45321404df 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -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) {