commit | 6aeae9e962b665c826fc349538eb61b90c1f69c0 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Mon May 20 12:00:36 2019 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Mon May 20 12:00:36 2019 +0300 |
tree | 8c5a6471bf9d2135d31cb11345c9bfc5ca048dac | |
parent | 76a9c4a81fd61c48a7551b505623b5e5662a4eb5 [diff] [blame] |
Style fix Add whitespace before parenthesis.
diff --git a/library/x509_crt.c b/library/x509_crt.c index 8200374..708dbf7 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -2115,7 +2115,7 @@ if( ( ret = x509_info_subject_alt_name( &p, &n, &crt->subject_alt_names, - prefix) ) != 0 ) + prefix ) ) != 0 ) return( ret ); }