From 82cd324fd4ae9349ceac9e9ae1dd49eb87d8e6cb Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Mon, 3 Mar 2025 15:04:17 +0000 Subject: [PATCH] Fix code style for key derivation input function Signed-off-by: Waleed Elmelegy --- library/psa_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 63c6ad46e7..57533cc492 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -7489,7 +7489,7 @@ static psa_status_t psa_key_derivation_input_internal( psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); if (kdf_alg == 0) { - /* This is a blank or aborted operation. */ + /* This is a blank or aborted operation. */ status = PSA_ERROR_BAD_STATE; goto exit; }