From 03d5c4e6d3f1131ef29ee1964d7095cbfe1350af Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 8 Nov 2021 18:24:42 -0600 Subject: [PATCH] test.c: fix whitespace. --- wolfcrypt/test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 13b4d288f..94b50c8a3 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -23028,7 +23028,7 @@ static int ecc_def_curve_test(WC_RNG *rng) XFCLOSE(file); ret = wc_EccPrivateKeyDecode(der, &idx, key, derSz); } - #endif + #endif if (ret != 0) { goto done; } @@ -23049,7 +23049,7 @@ done: wc_ecc_free(key); #ifdef WOLFSSL_SMALL_STACK - if (key != NULL) { + if (key != NULL) { XFREE(key, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); } #endif