From 0a5a40de5b08f73d2d6a78db15f362fd76dae9bc Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 24 Feb 2017 19:23:55 +0100 Subject: [PATCH] Trim spaces --- test/default/siphashx24.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/default/siphashx24.c b/test/default/siphashx24.c index 7d7feb58..8ece23e3 100644 --- a/test/default/siphashx24.c +++ b/test/default/siphashx24.c @@ -25,7 +25,7 @@ main(void) printf("\n"); } assert(crypto_shorthash_siphashx24_KEYBYTES >= crypto_shorthash_siphash24_KEYBYTES); - assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES); + assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES); assert(crypto_shorthash_siphashx24_bytes() == crypto_shorthash_siphashx24_BYTES); assert(crypto_shorthash_siphashx24_keybytes() == crypto_shorthash_siphashx24_KEYBYTES);