From 9e7ac850ec26dadc1c4c3da610ffda569a2f9e2f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 12 Jun 2019 16:38:19 +0200 Subject: Homogénéisation de l'espacement du code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2 lignes entre le dernier #include et le début du code, - 2 lignes avant le #endif final, - pas d'espaces superflus pour LANES_NB (résidu d'alignement avec d'autres variables) --- src/ref/tweakey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ref/tweakey.c') diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c index bae09d3..2f357ca 100644 --- a/src/ref/tweakey.c +++ b/src/ref/tweakey.c @@ -25,7 +25,7 @@ This file provides the implementation of Lilliput-TBC's tweakey schedule. #include "tweakey.h" -#define LANES_NB (TWEAKEY_BYTES/LANE_BYTES) +#define LANES_NB (TWEAKEY_BYTES/LANE_BYTES) void tweakey_state_init( -- cgit v1.2.3