Fix whitespace of 369e6c20.

This commit is contained in:
Mansour Moufid 2015-02-15 17:46:32 -05:00
parent 369e6c20b3
commit bd1d44e251
4 changed files with 7 additions and 14 deletions

View file

@ -269,8 +269,7 @@ int asn1_get_sequence_of( unsigned char **p,
/* 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 );