Skip to content

Commit 74ca84a

Browse files
committed
Fix some whitespace issues
1 parent 2b9b780 commit 74ca84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sha512.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ static const unsigned char sha512_test_sum[][64] =
587587
0x4E, 0xAD, 0xB2, 0x17, 0xAD, 0x8C, 0xC0, 0x9B }
588588
};
589589

590-
#define ARRAY_LENGTH(a) ( sizeof( a ) / sizeof( a[0] ) )
590+
#define ARRAY_LENGTH( a ) ( sizeof( a ) / sizeof( ( a )[0] ) )
591591

592592
/*
593593
* Checkup routine

0 commit comments

Comments
 (0)