fix style

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 5d98caa..63244a1 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -2091,7 +2091,7 @@
 #if defined(MBEDTLS_SSL_DTLS_SRTP)
         /* check if we have a chosen srtp protection profile */
         if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_SRTP_UNSET_PROFILE )
-	{
+        {
             return( MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE );
         }
         else