From bab3e76da5888268ace5a18417d3f5480f0c77bc Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 16 Nov 2023 20:21:19 +0000 Subject: [PATCH] Fix code style in psa_crypto_core.h Signed-off-by: David Horstmann --- library/psa_crypto_core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h index 125f7ec4c9..5cdd9141ff 100644 --- a/library/psa_crypto_core.h +++ b/library/psa_crypto_core.h @@ -882,9 +882,9 @@ psa_status_t psa_crypto_input_copy_alloc(const uint8_t *input, size_t input_len, void psa_crypto_input_copy_free(psa_crypto_input_copy_t *input_copy); typedef struct psa_crypto_output_copy_s { - uint8_t *original; - uint8_t *buffer; - size_t len; + uint8_t *original; + uint8_t *buffer; + size_t len; } psa_crypto_output_copy_t; /** Allocate a local copy of an output buffer.