Remove trailing space

Signed-off-by: Andrew Thoelke <andrew.thoelke@arm.com>
This commit is contained in:
Andrew Thoelke 2021-06-25 11:03:57 +01:00 committed by GitHub
parent a0f4b595c5
commit 52d18cd9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2265,7 +2265,7 @@ static inline int mbedtls_svc_key_id_is_null( mbedtls_svc_key_id_t key )
/** Whether the key may be used to derive other keys or produce a password
* hash.
*
*
* This flag allows the key to be used for a key derivation operation or for
* a key agreement operation, if otherwise permitted by by the key's type and
* policy.