Browse Source

Whitespace fix

svn:r6816
Nick Mathewson 19 years ago
parent
commit
6d2eb77555
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/common/util.c

+ 2 - 1
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,