ssl: fix indentation
authorPauli <pauli@openssl.org>
Fri, 18 Jun 2021 09:46:36 +0000 (19:46 +1000)
committerPauli <pauli@openssl.org>
Sat, 19 Jun 2021 05:54:06 +0000 (15:54 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)

ssl/statem/extensions.c

index 457028869b559f472c168375a7f72e3801450350..bc437be26acccdfb64577eac178773c90ef2d9db 100644 (file)
@@ -953,7 +953,7 @@ static int final_server_name(SSL *s, unsigned int context, int sent)
      * exceed sess_accept (zero) for the new context.
      */
     if (SSL_IS_FIRST_HANDSHAKE(s) && s->ctx != s->session_ctx
-                    && s->hello_retry_request == SSL_HRR_NONE) {
+            && s->hello_retry_request == SSL_HRR_NONE) {
         tsan_counter(&s->ctx->stats.sess_accept);
         tsan_decr(&s->session_ctx->stats.sess_accept);
     }