mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 18:48:32 +00:00
Fix style issue
Add space before and after paranthesis.
This commit is contained in:
parent
6a9257bc57
commit
7a81426a1a
1 changed files with 1 additions and 1 deletions
|
@ -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