mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Fix a few style / whitespace issues
This commit is contained in:
@@ -99,7 +99,6 @@ typedef enum
|
||||
*
|
||||
* \param TEST The test expression to be tested.
|
||||
*/
|
||||
|
||||
#define TEST_ASSERT( TEST ) \
|
||||
do { \
|
||||
if( ! (TEST) ) \
|
||||
|
||||
Reference in New Issue
Block a user