From 74ca84a7a9e68584bcdc778238f138393bd1ae72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 29 Jan 2020 09:46:49 +0100 Subject: [PATCH] Fix some whitespace issues --- library/sha512.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/sha512.c b/library/sha512.c index 00492a485f..30dd719540 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -587,7 +587,7 @@ static const unsigned char sha512_test_sum[][64] = 0x4E, 0xAD, 0xB2, 0x17, 0xAD, 0x8C, 0xC0, 0x9B } }; -#define ARRAY_LENGTH(a) ( sizeof( a ) / sizeof( a[0] ) ) +#define ARRAY_LENGTH( a ) ( sizeof( a ) / sizeof( ( a )[0] ) ) /* * Checkup routine