Fix style issue

Add space before and after paranthesis.
This commit is contained in:
Ron Eldor 2018-06-24 16:34:15 +03:00
parent 6a9257bc57
commit 7a81426a1a

View file

@ -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