mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix code style
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
1db78fa32a
commit
9520df7580
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue