Fix code style

Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
Agathiyan Bragadeesh 2023-09-08 12:04:41 +01:00
parent c34804dea2
commit 706a1c3c3f

View file

@ -173,8 +173,7 @@ static int parse_attribute_value_string(const char *s,
} else { } else {
return MBEDTLS_ERR_X509_INVALID_NAME; return MBEDTLS_ERR_X509_INVALID_NAME;
} }
} } else {
else {
*(d++) = *c; *(d++) = *c;
} }