瀏覽代碼

Make check-spaces happy again

Nick Mathewson 12 年之前
父節點
當前提交
1e008e9876
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)