Fix some formatting nits
[openssl.git] / ssl / statem / statem_srvr.c
index 0ba7f89e30fc1c699f9978432078b5929f6cad44..f95c19b41bf7c7071f8147252222f7940d1f0355 100644 (file)
@@ -1576,7 +1576,7 @@ static int tls_early_post_process_client_hello(SSL *s)
     if (!ssl_cache_cipherlist(s, &clienthello->ciphersuites,
                               clienthello->isv2) ||
         !bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, &scsvs,
-                             clienthello->isv2, 1)) {
+                              clienthello->isv2, 1)) {
         /* SSLfatal() already called */
         goto err;
     }