From 8a51df9fd831ea73eaf3d0c14b865fa37fbd3775 Mon Sep 17 00:00:00 2001 From: jrblixt Date: Fri, 29 Dec 2017 09:48:35 -0700 Subject: [PATCH] Spacing issue per Chris. --- tests/api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api.c b/tests/api.c index c0e35a03f..428b82f81 100644 --- a/tests/api.c +++ b/tests/api.c @@ -10826,8 +10826,8 @@ static int test_wc_ed25519_import_public (void) ret = wc_InitRng(&rng); - if (ret == 0) { - ret = wc_ed25519_init(&pubKey); + if (ret == 0) { + ret = wc_ed25519_init(&pubKey); if (ret == 0) { ret = wc_ed25519_make_key(&rng, ED25519_KEY_SIZE, &pubKey); }