Style fix

Add whitespace before parenthesis.
This commit is contained in:
Ron Eldor 2019-05-20 12:00:36 +03:00
parent 76a9c4a81f
commit 6aeae9e962

View file

@ -2115,7 +2115,7 @@ int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix,
if( ( ret = x509_info_subject_alt_name( &p, &n,
&crt->subject_alt_names,
prefix) ) != 0 )
prefix ) ) != 0 )
return( ret );
}