mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-01 19:16:40 +00:00
Put else in it's own line
This commit is contained in:
committed by
Mohammad Azim Khan
parent
d59391afcd
commit
b3a103c499
@@ -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 );
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user