mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 17:25:39 +00:00
Fix spacing
This commit is contained in:
parent
f4f8ed7e82
commit
bff4a91827
|
@ -3368,7 +3368,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…
Reference in a new issue