From 14b87f6318f3aa0e9b02866618cf471bf7934825 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 29 Jul 2024 16:30:44 +0200 Subject: [PATCH] Match spacing in pointer types in documentation with the code style Signed-off-by: Gilles Peskine --- include/psa/crypto_struct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h index 866f7e3eda..362e921a36 100644 --- a/include/psa/crypto_struct.h +++ b/include/psa/crypto_struct.h @@ -245,9 +245,9 @@ struct psa_custom_key_parameters_s { */ /* This is a deprecated variant of `struct psa_custom_key_parameters_s`. * It has exactly the same layout, plus an extra field which is a flexible - * array member. Thus a `const struct psa_key_production_parameters_s*` + * array member. Thus a `const struct psa_key_production_parameters_s *` * can be passed to any function that reads a - * `const struct psa_custom_key_parameters_s*`. + * `const struct psa_custom_key_parameters_s *`. */ struct psa_key_production_parameters_s { uint32_t flags;