Add new line at end of file to satisfy code style

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2023-08-03 16:20:09 +01:00
parent 5c2dcbd250
commit 102033c38d

View file

@ -159,4 +159,4 @@ cleanup:
psa_hash_abort(&cloned_hash_operation); psa_hash_abort(&cloned_hash_operation);
return EXIT_FAILURE; return EXIT_FAILURE;
} }
#endif /* MBEDTLS_PSA_CRYPTO_C && PSA_WANT_ALG_SHA_256 */ #endif /* MBEDTLS_PSA_CRYPTO_C && PSA_WANT_ALG_SHA_256 */