mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 21:58:30 +00:00
Put else in it's own line
This commit is contained in:
parent
d59391afcd
commit
b3a103c499
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ int dispatch_test( int func_idx, void ** params )
|
|||
fp( params );
|
||||
else
|
||||
ret = ( DISPATCH_UNSUPPORTED_SUITE );
|
||||
}} else
|
||||
}}
|
||||
else
|
||||
{{
|
||||
ret = ( DISPATCH_TEST_FN_NOT_FOUND );
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue