From 1287dabd0b23326be491125698dd982e4ae28887 Mon Sep 17 00:00:00 2001 From: x2018 Date: Tue, 26 Oct 2021 15:16:18 +0800 Subject: fix some code with obvious wrong coding style Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16918) --- test/clienthellotest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/clienthellotest.c') diff --git a/test/clienthellotest.c b/test/clienthellotest.c index 2f6d336dbc..a86f1ab489 100644 --- a/test/clienthellotest.c +++ b/test/clienthellotest.c @@ -91,7 +91,7 @@ static int test_client_hello(int currtest) if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, 0))) goto end; - switch(currtest) { + switch (currtest) { case TEST_SET_SESSION_TICK_DATA_VER_NEG: #if !defined(OPENSSL_NO_TLS1_3) && defined(OPENSSL_NO_TLS1_2) /* TLSv1.3 is enabled and TLSv1.2 is disabled so can't do this test */ -- cgit v1.2.1