[or-cvs] Whitespace fix

Nick Mathewson nickm at seul.org
Sun Jul 23 07:19:52 UTC 2006


Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv25338/src/common

Modified Files:
	util.c 
Log Message:
Whitespace fix

Index: util.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -p -d -r1.265 -r1.266
--- util.c	23 Jul 2006 05:32:35 -0000	1.265
+++ util.c	23 Jul 2006 07:19:49 -0000	1.266
@@ -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,



More information about the tor-commits mailing list