aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-05 14:36:32 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-05 14:36:32 -0500
commit663aba07e5de9c14725e83e0d9c9da0c85e4fc1e (patch)
tree4a594d5f2c7c691b172f422f44303500c6a08e8a /src/test/test_buffers.c
parent22ccfc6b5f25f75795e5f9d554b18e717962de3e (diff)
downloadtor-663aba07e5de9c14725e83e0d9c9da0c85e4fc1e.tar
tor-663aba07e5de9c14725e83e0d9c9da0c85e4fc1e.tar.gz
Fix whitespace errors, all of them mine.
Diffstat (limited to 'src/test/test_buffers.c')
-rw-r--r--src/test/test_buffers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_buffers.c b/src/test/test_buffers.c
index a410770b0..6dd771593 100644
--- a/src/test/test_buffers.c
+++ b/src/test/test_buffers.c
@@ -492,7 +492,6 @@ test_buffer_allocation_tracking(void *arg)
tt_int_op(buf_allocation(buf2), ==, 8192); /* another 4k chunk. */
tt_int_op(buf_get_total_allocation(), ==, 5*4096); /* that chunk was new. */
-
/* Make a really huge buffer */
for (i = 0; i < 1000; ++i) {
write_to_buf(junk, 4000, buf2);