From be0cf9b1f65c5f92d065f79d361683d695cea06d Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 2 May 2019 13:17:29 +0100 Subject: [PATCH] Improve formatting in x509.c --- library/x509.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/x509.c b/library/x509.c index 0a9138fa7..4ed8a4d76 100644 --- a/library/x509.c +++ b/library/x509.c @@ -539,9 +539,9 @@ static int x509_string_cmp( const mbedtls_x509_buf *a, int mbedtls_x509_name_cmp_raw( mbedtls_x509_buf_raw const *a, mbedtls_x509_buf_raw const *b, int (*abort_check)( void *ctx, - mbedtls_x509_buf *oid, - mbedtls_x509_buf *val, - int next_merged ), + mbedtls_x509_buf *oid, + mbedtls_x509_buf *val, + int next_merged ), void *abort_check_ctx ) { int ret;