Fix whitespace of 369e6c20.
diff --git a/library/x509_crt.c b/library/x509_crt.c
index 251d82a..3327e68 100644
--- a/library/x509_crt.c
+++ b/library/x509_crt.c
@@ -356,8 +356,7 @@
             if( cur->next != NULL )
                 return( POLARSSL_ERR_X509_INVALID_EXTENSIONS );
 
-            cur->next = polarssl_malloc(
-                 sizeof( asn1_sequence ) );
+            cur->next = polarssl_malloc( sizeof( asn1_sequence ) );
 
             if( cur->next == NULL )
                 return( POLARSSL_ERR_X509_INVALID_EXTENSIONS +