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( ret != 0 )
|
||||
{
|
||||
mbedtls_strerror( ret, buf, sizeof(buf) );
|
||||
mbedtls_strerror( ret, buf, sizeof( buf ) );
|
||||
mbedtls_printf( " ! Last error was: %s\n", buf );
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue