mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 08:31:33 +08:00
Fix formatting issue
This commit fixes a formatting issue where whitespace was added at the end of lines. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
8b3f513c0a
commit
c0240b314f
@ -21,8 +21,8 @@
|
|||||||
#error "Error: MBEDTLS_PSA_CRYPTO_C must be enabled on server build"
|
#error "Error: MBEDTLS_PSA_CRYPTO_C must be enabled on server build"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_TEST_HOOKS)
|
#if defined(MBEDTLS_TEST_HOOKS)
|
||||||
void (*mbedtls_test_hook_error_add)(int, int, const char *, int);
|
void (*mbedtls_test_hook_error_add)(int, int, const char *, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Returns 1 for success, 0 for failure
|
// Returns 1 for success, 0 for failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user