commit | 55b90386004e882922bbb045144e047865ba2fd2 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Thu Aug 26 18:42:05 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Fri Sep 03 16:29:20 2021 +0800 |
tree | ef2430948fec415a3e352b5df6a6f43c143f3fa8 | |
parent | 2ac64193ad5cafa401e69d40b1ff7bc93a584cda [diff] [blame] |
fix coding style issue Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_client.c b/library/ssl_tls13_client.c index cd929ce..8996e8a 100644 --- a/library/ssl_tls13_client.c +++ b/library/ssl_tls13_client.c
@@ -107,7 +107,7 @@ MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= write client hello" ) ); /* client_hello_process haven't finished */ - ret=MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE; + ret = MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE; return ret; }