mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +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 );
|
TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_ENCRYPT, length, data_unit, src, output ) == retval );
|
||||||
exit:
|
exit:
|
||||||
mbedtls_aes_xts_free(&ctx);
|
mbedtls_aes_xts_free( &ctx );
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user