mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix missing line ending
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
ecd649205d
commit
5d2024333b
|
|
@ -48,4 +48,4 @@ void mbedtls_platform_zeroize_uninitialised(int len, int p)
|
||||||
|
|
||||||
TEST_EQUAL(buf[p], 0);
|
TEST_EQUAL(buf[p], 0);
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue