Whitespace fix

svn:r6816
This commit is contained in:
Nick Mathewson
2006-07-23 07:19:49 +00:00
parent 40cc536307
commit 6d2eb77555
+2 -1
View File
@@ -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,