From e88dab71fe5ba3b2254497ab38e740db52b7b26b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 20 Nov 2018 11:20:36 +0100 Subject: Respect des conventions de code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: trouver un linter qui détecte ce genre de bêtises… --- crypto_aead/lilliputaei128v1/ref/tweakey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/tweakey.c') diff --git a/crypto_aead/lilliputaei128v1/ref/tweakey.c b/crypto_aead/lilliputaei128v1/ref/tweakey.c index 7cc92c3..adb6d1e 100644 --- a/crypto_aead/lilliputaei128v1/ref/tweakey.c +++ b/crypto_aead/lilliputaei128v1/ref/tweakey.c @@ -3,7 +3,7 @@ #include "tweakey.h" -static void _dump_buffer(FILE* output, size_t len, const uint8_t buf[len], int indent) +static void _dump_buffer(FILE *output, size_t len, const uint8_t buf[len], int indent) { for (size_t line=0; lineTK, tweak, TWEAK_BYTES); -- cgit v1.2.3