Fix spacing

This commit is contained in:
Jarno Lamsa 2019-06-06 10:23:16 +03:00
parent f4f8ed7e82
commit bff4a91827

View File

@ -3368,7 +3368,7 @@ data_exchange:
goto exit;
}
if( ( buf = mbedtls_calloc(1, len) ) == NULL )
if( ( buf = mbedtls_calloc( 1, len ) ) == NULL )
{
mbedtls_printf( " failed\n ! Couldn't allocate buffer for "
"serialized context" );