commit | bd1d44e25190b2a9458946d1f6056b6965ed03fd | [log] [tgz] |
---|---|---|
author | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:46:32 2015 -0500 |
committer | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:51:07 2015 -0500 |
tree | 0e76d56bc7ba540d9d9e607c4b85ede27cc868e1 | |
parent | 369e6c20b34be59288cbbecdba47a17a35d927a4 [diff] [blame] |
Fix whitespace of 369e6c20.
diff --git a/library/asn1parse.c b/library/asn1parse.c index 9c47ba3..010c1c3 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c
@@ -269,8 +269,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 );