mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 07:17:54 +00:00
Fix style issue
Add space before and after paranthesis.
This commit is contained in:
parent
e1440898ca
commit
45486b135d
|
@ -288,7 +288,7 @@ cleanup:
|
||||||
#if defined(MBEDTLS_ERROR_C)
|
#if defined(MBEDTLS_ERROR_C)
|
||||||
if( ret != 0 )
|
if( ret != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_strerror( ret, buf, sizeof(buf) );
|
mbedtls_strerror( ret, buf, sizeof( buf ) );
|
||||||
mbedtls_printf( " ! Last error was: %s\n", buf );
|
mbedtls_printf( " ! Last error was: %s\n", buf );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue