Fix code style
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
parent
c34804dea2
commit
706a1c3c3f
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ static int parse_attribute_value_string(const char *s,
|
|||
} else {
|
||||
return MBEDTLS_ERR_X509_INVALID_NAME;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
*(d++) = *c;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue