mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Remove trailing backslash
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
parent
dc28a5a105
commit
3dd3ae219e
@ -68,8 +68,8 @@
|
|||||||
#define TEST_FAIL(MESSAGE) \
|
#define TEST_FAIL(MESSAGE) \
|
||||||
do { \
|
do { \
|
||||||
mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
|
mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
|
||||||
goto exit; \
|
goto exit; \
|
||||||
} while (0) \
|
} while (0)
|
||||||
|
|
||||||
/** Evaluate two integer expressions and fail the test case if they have
|
/** Evaluate two integer expressions and fail the test case if they have
|
||||||
* different values.
|
* different values.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user