From: Loup Vaillant Date: Sun, 1 Dec 2019 11:01:07 +0000 (+0100) Subject: Cosmetic (whitespace) X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=d83434fc5bb361c78efa4bc1e93db315b5fc4e64;p=Monocypher.git Cosmetic (whitespace) --- diff --git a/src/optional/ed25519.c b/src/optional/ed25519.c index 39b47b1..cc1da19 100644 --- a/src/optional/ed25519.c +++ b/src/optional/ed25519.c @@ -225,7 +225,7 @@ const crypto_hash_vtable crypto_sha512_vtable = { sha512_vtable_init, sha512_vtable_update, sha512_vtable_final, - sizeof (crypto_sign_sha512_ctx), + sizeof(crypto_sign_sha512_ctx), }; ///////////////