mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 02:45:41 +01:00
Remove trailing whitespace
This commit is contained in:
parent
216b40de9b
commit
3d5cd4ec0a
@ -1358,7 +1358,7 @@ int main( int argc, char *argv[] )
|
|||||||
buf = mbedtls_calloc( 1, opt.buffer_size + 1 );
|
buf = mbedtls_calloc( 1, opt.buffer_size + 1 );
|
||||||
if( buf == NULL )
|
if( buf == NULL )
|
||||||
{
|
{
|
||||||
mbedtls_printf("Could not allocate %u bytes\n", opt.buffer_size);
|
mbedtls_printf( "Could not allocate %u bytes\n", opt.buffer_size );
|
||||||
ret = 3;
|
ret = 3;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
@ -2545,7 +2545,7 @@ exit:
|
|||||||
mbedtls_memory_buffer_alloc_free();
|
mbedtls_memory_buffer_alloc_free();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mbedtls_free(buf);
|
mbedtls_free( buf );
|
||||||
mbedtls_printf( " done.\n" );
|
mbedtls_printf( " done.\n" );
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user