commit | 9520df7580c570c00d6492e706aff234ed98acfa | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue Jul 25 10:56:54 2023 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Jul 25 10:56:54 2023 +0100 |
tree | 95f9c14d2b126445ad12d7e5619cfe4f7b8c4b5c | |
parent | 1db78fa32a2e716cfc670f826e7a47d5cd71d4ad [diff] [blame] |
Fix code style Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/programs/psa/psa_hash.c b/programs/psa/psa_hash.c index adf547d..6cb0cb8 100644 --- a/programs/psa/psa_hash.c +++ b/programs/psa/psa_hash.c
@@ -50,7 +50,7 @@ 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