mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix minor style issues
This commit is contained in:
@ -495,7 +495,7 @@ int ecp_point_read_binary( const ecp_group *grp, ecp_point *pt,
|
||||
int ret;
|
||||
size_t plen;
|
||||
|
||||
if ( ilen < 1 )
|
||||
if( ilen < 1 )
|
||||
return( POLARSSL_ERR_ECP_BAD_INPUT_DATA );
|
||||
|
||||
if( buf[0] == 0x00 )
|
||||
|
Reference in New Issue
Block a user