mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Fix a few style / whitespace issues
This commit is contained in:
parent
8a46c22466
commit
9b8ea89ae5
3 changed files with 2 additions and 4 deletions
|
|
@ -99,7 +99,6 @@ typedef enum
|
|||
*
|
||||
* \param TEST The test expression to be tested.
|
||||
*/
|
||||
|
||||
#define TEST_ASSERT( TEST ) \
|
||||
do { \
|
||||
if( ! (TEST) ) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue