From 102033c38d9cc8300db72285754d173c10a7ed0a Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Thu, 3 Aug 2023 16:20:09 +0100 Subject: [PATCH] Add new line at end of file to satisfy 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 ca9a8b32a..86a59f147 100644 --- a/programs/psa/psa_hash.c +++ b/programs/psa/psa_hash.c @@ -159,4 +159,4 @@ cleanup: psa_hash_abort(&cloned_hash_operation); return EXIT_FAILURE; } -#endif /* MBEDTLS_PSA_CRYPTO_C && PSA_WANT_ALG_SHA_256 */ \ No newline at end of file +#endif /* MBEDTLS_PSA_CRYPTO_C && PSA_WANT_ALG_SHA_256 */