Skip to content

Commit a57326d

Browse files
committed
fix whitespace in tests/api/test_evp.c.
1 parent b0a16a3 commit a57326d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api/test_evp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
7474
EXPECT_DECLS;
7575
#ifdef OPENSSL_EXTRA
7676
const char* cipherStr;
77-
77+
7878
/* Test with valid cipher types */
7979
#ifndef NO_AES
8080
#ifdef WOLFSSL_AES_128
@@ -94,7 +94,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
9494
cipherStr = wolfSSL_EVP_CIPHER_type_string(WC_NULL_CIPHER_TYPE);
9595
ExpectNotNull(cipherStr);
9696
ExpectStrEQ(cipherStr, "NULL");
97-
97+
9898
/* Test with invalid cipher type */
9999
cipherStr = wolfSSL_EVP_CIPHER_type_string(0xFFFF);
100100
ExpectNull(cipherStr);

0 commit comments

Comments
 (0)