aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
commit534c55f531ef021ec4505bfd742cd0f1289d1f34 (patch)
tree94fad035b77e2d80d30bdb5cca73f5ab5cc3afea /src/or/test.c
parent71c0a13703e8d9453699fa578e527e6e859b674b (diff)
downloadtor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar.gz
tor-534c55f531ef021ec4505bfd742cd0f1289d1f34.zip
r13111@catbus: nickm | 2007-05-31 15:03:41 -0400
Cleanup whitespace. svn:r10425
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 19db66e8a7..29b6d5c097 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -310,7 +310,6 @@ test_buffers(void)
test_memeq(str, (char*)_buf_peek_raw_buffer(buf), 10); /* XXX Check rest. */
test_eq(eof, 0);
-
i = read_to_buf(s, 1024, buf, &eof);
test_eq(i, 0);
test_eq(buf_capacity(buf), MAX_BUF_SIZE);
@@ -1011,7 +1010,7 @@ _test_eq_ip6(struct in6_addr *a, struct in6_addr *b, const char *e1,
r = tor_inet_pton(AF_INET6, b, &a2); \
test_assert(r==1); \
test_eq_ip6(&a1,&a2); \
- } while(0)
+ } while (0)
#define test_pton6_bad(a) \
test_eq(0, tor_inet_pton(AF_INET6, a, &a1))