trim spaces
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 f5a6e20..3611f70 100644
--- a/library/ssl_tls13_client.c
+++ b/library/ssl_tls13_client.c
@@ -49,7 +49,7 @@
switch( ssl->state )
{
- /*
+ /*
* ssl->state is initialized as HELLO_REQUEST. It is same
* with CLIENT_HELLO status
*/
@@ -361,7 +361,7 @@
/* The supported_signature_algorithms extension is REQUIRED for
* certificate authenticated ciphersuites. */
- ret = mbedtls_ssl_tls13_write_signature_algorithms_ext( ssl, buf,
+ ret = mbedtls_ssl_tls13_write_signature_algorithms_ext( ssl, buf,
end, &cur_ext_len );
if( ret != 0 )
return( ret );