Code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
9145dc46ed
commit
f33c7e3344
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
int parse_hex_string(char *hex_string, uint64_t *result)
|
int parse_hex_string(char *hex_string, uint64_t *result)
|
||||||
{
|
{
|
||||||
uint8_t raw[8] = {0};
|
uint8_t raw[8] = { 0 };
|
||||||
size_t olen;
|
size_t olen;
|
||||||
if (mbedtls_test_unhexify(raw, sizeof(raw), hex_string, &olen) != 0) {
|
if (mbedtls_test_unhexify(raw, sizeof(raw), hex_string, &olen) != 0) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue