Fix whitespace of 369e6c20.
diff --git a/library/asn1parse.c b/library/asn1parse.c
index 4847f78..2cfd129 100644
--- a/library/asn1parse.c
+++ b/library/asn1parse.c
@@ -270,8 +270,7 @@
         /* Allocate and assign next pointer */
         if( *p < end )
         {
-            cur->next = polarssl_malloc(
-                 sizeof( asn1_sequence ) );
+            cur->next = polarssl_malloc( sizeof( asn1_sequence ) );
 
             if( cur->next == NULL )
                 return( POLARSSL_ERR_ASN1_MALLOC_FAILED );