From bf2dae1516e3258ae3973447f76f34c2577bb726 Mon Sep 17 00:00:00 2001 From: toth92g Date: Tue, 4 May 2021 11:31:03 +0200 Subject: [PATCH] Replacing tabs with spaces Signed-off-by: toth92g --- library/x509_crt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/x509_crt.c b/library/x509_crt.c index 5a356af9b8..c3e5f37784 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -636,10 +636,10 @@ static int x509_get_subject_key_id( unsigned char** p, subject_key_id->p = *p; *p += len; } - - if( *p != end ) - return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + - MBEDTLS_ERR_ASN1_LENGTH_MISMATCH ); + + if( *p != end ) + return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + + MBEDTLS_ERR_ASN1_LENGTH_MISMATCH ); return( 0 ); }