mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
This commit is contained in:
parent
525f87559f
commit
9af723cee7
75 changed files with 316 additions and 302 deletions
|
|
@ -329,7 +329,7 @@ uint32_t key_len[MAX_TESTS] =
|
|||
{ 20, 20, 20, 20, 25, 16 };
|
||||
|
||||
|
||||
unsigned char result_key[MAX_TESTS][32] =
|
||||
unsigned char result_key[MAX_TESTS][32] =
|
||||
{
|
||||
{ 0x0c, 0x60, 0xc8, 0x0f, 0x96, 0x1f, 0x0e, 0x71,
|
||||
0xf3, 0xa9, 0xb5, 0x24, 0xaf, 0x60, 0x12, 0x06,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue