From 34500874cee2fa1bea3109d71e7dcad764131dfb Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Wed, 11 Oct 2023 10:04:54 +0100 Subject: [PATCH] Remove trailing white space in documentation Signed-off-by: Thomas Daubney --- programs/psa/psa_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/psa/psa_hash.c b/programs/psa/psa_hash.c index fc39849cc..a3923628f 100644 --- a/programs/psa/psa_hash.c +++ b/programs/psa/psa_hash.c @@ -36,7 +36,7 @@ /* Information about hashing with the PSA API can be * found here: * https://arm-software.github.io/psa-api/crypto/1.1/api/ops/hashes.html - * + * * The algorithm used by this demo is SHA 256. * Please see include/psa/crypto_values.h to see the other * algorithms that are supported by Mbed TLS.