summaryrefslogtreecommitdiff
path: root/src/common/memarea.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-26 16:56:37 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-26 16:56:37 +0000
commit762d82cf7483933b8c134a7c87f97daf8d238371 (patch)
treeb33d255d99e38b1778f9d66b08c3bf09aca1de68 /src/common/memarea.c
parent3af9e099f7f8b3a329ea821f5c8d042c7003077e (diff)
downloadtor-762d82cf7483933b8c134a7c87f97daf8d238371.tar.gz
tor-762d82cf7483933b8c134a7c87f97daf8d238371.zip
r19062@catbus: nickm | 2008-03-26 12:56:25 -0400
Fix whitespace svn:r14197
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r--src/common/memarea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c
index c69550b763..916010cfd1 100644
--- a/src/common/memarea.c
+++ b/src/common/memarea.c
@@ -209,3 +209,4 @@ memarea_assert_ok(memarea_t *area)
tor_assert(chunk->next_mem <= chunk->u.mem+chunk->mem_size+MEMAREA_ALIGN);
}
}
+