From 52d18cd9a4a76f3dcb5587c5bdbafd1a9837049e Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Fri, 25 Jun 2021 11:03:57 +0100 Subject: [PATCH] Remove trailing space Signed-off-by: Andrew Thoelke --- include/psa/crypto_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index f0357ce84e..daef9416cc 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -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.