[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Whitespace fix



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,