Style and typos

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index a3e027e..223f582 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -1909,7 +1909,8 @@
      */
     for( i=0; i < ssl->conf->dtls_srtp_profile_list_len; i++)
     {
-        if( server_protection == ssl->conf->dtls_srtp_profile_list[i] ) {
+        if( server_protection == ssl->conf->dtls_srtp_profile_list[i] )
+        {
             ssl->dtls_srtp_info.chosen_dtls_srtp_profile = ssl->conf->dtls_srtp_profile_list[i];
             MBEDTLS_SSL_DEBUG_MSG( 3, ( "selected srtp profile: %s",
                                       mbedtls_ssl_get_srtp_profile_as_string(