Browse Source

Make check-spaces happy again

Nick Mathewson 12 years ago
parent
commit
1e008e9876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_util.c

+ 1 - 1
src/test/test_util.c

@@ -1472,7 +1472,7 @@ test_util_control_formats(void)
     } else {                                                       \
       TT_FAIL(("%s ~~ %s: %f != %f",#value1,#value2,v1,v2)); \
     }                                                              \
-  } while(0)
+  } while (0)
 
 static void
 test_util_sscanf(void)