From 1e008e98767fb1b98142a4099a837bbb2ce818f4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2012 15:40:08 -0400 Subject: [PATCH] Make check-spaces happy again --- src/test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_util.c b/src/test/test_util.c index b07fa3b699..8877444da3 100644 --- a/src/test/test_util.c +++ b/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) -- 2.47.3