[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11234: Appease check-spaces (tor/trunk/src/or)
Author: weasel
Date: 2007-08-20 18:23:22 -0400 (Mon, 20 Aug 2007)
New Revision: 11234
Modified:
tor/trunk/src/or/directory.c
Log:
Appease check-spaces
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2007-08-20 22:13:14 UTC (rev 11233)
+++ tor/trunk/src/or/directory.c 2007-08-20 22:23:22 UTC (rev 11234)
@@ -2198,9 +2198,9 @@
#if defined(EXPORTMEMINFO) && defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO)
#define ADD_MALLINFO_LINE(x) do { \
- tor_snprintf(tmp, sizeof(tmp), "%s %d\n", #x, mi.x); \
+ tor_snprintf(tmp, sizeof(tmp), "%s %d\n", #x, mi.x); \
smartlist_add(lines, tor_strdup(tmp)); \
- } while(0);
+ }while(0);
if (!strcmp(url,"/tor/mallinfo.txt") &&
(conn->_base.addr == 0x7f000001ul)) {