mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix code style
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user