From: Nick Mathewson Date: Thu, 28 Jun 2012 19:40:08 +0000 (-0400) Subject: Make check-spaces happy again X-Git-Tag: tor-0.2.4.1-alpha~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e008e98767fb1b98142a4099a837bbb2ce818f4;p=thirdparty%2Ftor.git Make check-spaces happy again --- 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)