Replacing tabs with spaces

Signed-off-by: toth92g <toth92g@gmail.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c
index 5a356af..c3e5f37 100644
--- a/library/x509_crt.c
+++ b/library/x509_crt.c
@@ -636,10 +636,10 @@
         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 );
 }