[tor-commits] [tor/master] Make check-spaces happy again

nickm at torproject.org nickm at torproject.org
Thu Jun 28 19:40:12 UTC 2012


commit 1e008e98767fb1b98142a4099a837bbb2ce818f4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 28 15:40:08 2012 -0400

    Make check-spaces happy again
---
 src/test/test_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/test/test_util.c b/src/test/test_util.c
index b07fa3b..8877444 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)



More information about the tor-commits mailing list