From 9520df7580c570c00d6492e706aff234ed98acfa Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Tue, 25 Jul 2023 10:56:54 +0100 Subject: [PATCH] Fix code style 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 adf547d0b..6cb0cb834 100644 --- a/programs/psa/psa_hash.c +++ b/programs/psa/psa_hash.c @@ -50,7 +50,7 @@ const size_t mbedtls_test_sha256_hash_len = int main(void) { mbedtls_printf("MBEDTLS_PSA_CRYPTO_C and MBEDTLS_SHA256_C" - "not defined.\r\n"); + "not defined.\r\n"); return EXIT_SUCCESS; } #else