mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-21 19:46:17 -04:00
Remove trailing backslash
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
parent
27e2989840
commit
1dd20a32e2
@ -78,8 +78,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user