mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Style fixes
This commit is contained in:
parent
440d8737c6
commit
d2d0112ca8
6 changed files with 41 additions and 47 deletions
|
|
@ -16,7 +16,7 @@
|
|||
* Test suite data : {test_case_data_file}
|
||||
*
|
||||
*
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
* This file is part of Mbed TLS (https://tls.mbed.org)
|
||||
*/
|
||||
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
|
|
@ -149,7 +149,7 @@ int dispatch_test( int func_idx, void ** params )
|
|||
int ret = DISPATCH_TEST_SUCCESS;
|
||||
TestWrapper_t fp = NULL;
|
||||
|
||||
if ( func_idx < (int)( sizeof(test_funcs)/sizeof( TestWrapper_t ) ) )
|
||||
if ( func_idx < (int)( sizeof( test_funcs ) / sizeof( TestWrapper_t ) ) )
|
||||
{{
|
||||
fp = test_funcs[func_idx];
|
||||
if ( fp )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue