Add spaces to comply with coding style

Signed-off-by: Tuvshinzaya Erdenekhuu <tuvshinzaya.erdenekhuu@arm.com>
This commit is contained in:
Tuvshinzaya Erdenekhuu 2022-08-02 14:02:28 +01:00
parent c388af63e4
commit ed99ed34f3

View file

@ -305,7 +305,7 @@ void pk_invalid_param()
mbedtls_pk_context ctx;
mbedtls_md_type_t md_alg_none = MBEDTLS_MD_NONE;
mbedtls_pk_type_t pk_type = 0;
unsigned char buf[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06};
unsigned char buf[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 };
size_t buf_size = sizeof( buf );
mbedtls_pk_init( &ctx );