mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Whitespace fix
svn:r6816
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user