Fix a few style / whitespace issues

This commit is contained in:
Manuel Pégourié-Gonnard 2018-12-11 10:56:56 +01:00
parent 8a46c22466
commit 9b8ea89ae5
3 changed files with 2 additions and 4 deletions

View file

@ -99,7 +99,6 @@ typedef enum
*
* \param TEST The test expression to be tested.
*/
#define TEST_ASSERT( TEST ) \
do { \
if( ! (TEST) ) \