Put else in it's own line

This commit is contained in:
Azim Khan
2017-06-01 14:05:03 +01:00
committed by Mohammad Azim Khan
parent d59391afcd
commit b3a103c499

View File

@@ -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 );
}}