Remove trailing backslash

Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
Agathiyan Bragadeesh 2023-07-21 17:07:00 +01:00
parent dc28a5a105
commit 3dd3ae219e

View file

@ -68,8 +68,8 @@
#define TEST_FAIL(MESSAGE) \
do { \
mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
goto exit; \
} while (0) \
goto exit; \
} while (0)
/** Evaluate two integer expressions and fail the test case if they have
* different values.