mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
Fix improper spacing
Spacing between brackets did not follow the appropriate coding style Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
e6ef5febfb
commit
3f9e64c03c
@ -208,7 +208,7 @@ void aes_crypt_xts_size( int size, int retval )
|
||||
|
||||
TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_ENCRYPT, length, data_unit, src, output ) == retval );
|
||||
exit:
|
||||
mbedtls_aes_xts_free(&ctx);
|
||||
mbedtls_aes_xts_free( &ctx );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user