Explorar o código

Whitespace fix

svn:r6816
Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
6d2eb77555
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,