From 6d2eb77555bee021ef27bf40101f8eb3fc931357 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 23 Jul 2006 07:19:49 +0000 Subject: Whitespace fix svn:r6816 --- src/common/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3-54-g00ecf