Fix formatting in various code to match spacing from coding style
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index 19c33a7..fda9ebf 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -71,7 +71,7 @@
*olen = 0;
- if ( ssl->hostname == NULL )
+ if( ssl->hostname == NULL )
return;
SSL_DEBUG_MSG( 3, ( "client hello, adding server name extension: %s",
@@ -2470,7 +2470,7 @@
* Zero-length ticket means the server changed his mind and doesn't want
* to send a ticket after all, so just forget it
*/
- if( ticket_len == 0)
+ if( ticket_len == 0 )
return( 0 );
polarssl_zeroize( ssl->session_negotiate->ticket,