]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace fix
authorNick Mathewson <nickm@torproject.org>
Sun, 23 Jul 2006 07:19:49 +0000 (07:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 23 Jul 2006 07:19:49 +0000 (07:19 +0000)
svn:r6816

src/common/util.c

index 39efee9cd2d4d30a9f08f323862ca44f407430b7..98d6867bc60460195065423edeec2bf224fb8bb0 100644 (file)
@@ -429,7 +429,8 @@ find_whitespace(const char *s)
 }
 
 /** Return true iff the 'len' bytes at 'mem' are all zero. */
-int tor_mem_is_zero(const char *mem, size_t len)
+int
+tor_mem_is_zero(const char *mem, size_t len)
 {
   static const char ZERO[] = {
     0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0,