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 27e2989840
commit 1dd20a32e2

View File

@ -79,7 +79,7 @@
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.