From: Nick Mathewson Date: Sun, 23 Jul 2006 07:19:49 +0000 (+0000) Subject: Whitespace fix X-Git-Tag: tor-0.1.1.23~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2eb77555bee021ef27bf40101f8eb3fc931357;p=thirdparty%2Ftor.git Whitespace fix svn:r6816 --- diff --git a/src/common/util.c b/src/common/util.c index 39efee9cd2..98d6867bc6 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -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,