]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make check-spaces happy again
authorNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 19:40:08 +0000 (15:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 19:40:08 +0000 (15:40 -0400)
src/test/test_util.c

index b07fa3b6992a9fb227a7f762df84f96d1e2f9901..8877444da3ccf7f7f540758d21978d1d7f0a2479 100644 (file)
@@ -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)