Spacing issue per Chris.

This commit is contained in:
jrblixt 2017-12-29 09:48:35 -07:00
parent 555551b745
commit 8a51df9fd8
1 changed files with 2 additions and 2 deletions

View File

@ -10826,8 +10826,8 @@ static int test_wc_ed25519_import_public (void)
ret = wc_InitRng(&rng); ret = wc_InitRng(&rng);
if (ret == 0) { if (ret == 0) {
ret = wc_ed25519_init(&pubKey); ret = wc_ed25519_init(&pubKey);
if (ret == 0) { if (ret == 0) {
ret = wc_ed25519_make_key(&rng, ED25519_KEY_SIZE, &pubKey); ret = wc_ed25519_make_key(&rng, ED25519_KEY_SIZE, &pubKey);
} }