Fix spacing
This commit is contained in:
parent
1d1657f11c
commit
12021ee115
1 changed files with 1 additions and 1 deletions
|
@ -3948,7 +3948,7 @@ data_exchange:
|
||||||
goto exit;
|
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 "
|
mbedtls_printf( " failed\n ! Couldn't allocate buffer for "
|
||||||
"serialized context" );
|
"serialized context" );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue