Add spaces to comply with coding style
Signed-off-by: Tuvshinzaya Erdenekhuu <tuvshinzaya.erdenekhuu@arm.com>
This commit is contained in:
parent
c388af63e4
commit
ed99ed34f3
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue