mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:45:39 +01:00
Fix some whitespace issues
This commit is contained in:
parent
2b9b780ac0
commit
74ca84a7a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user