Procházet zdrojové kódy

Whitespace fix

svn:r6816
Nick Mathewson před 19 roky
rodič
revize
6d2eb77555
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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,