From 614dc52623e07d833f1ccd7bf68d835227209f07 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 6 Jan 2008 00:54:22 +0000 Subject: r17467@catbus: nickm | 2008-01-05 19:54:20 -0500 fix whitespace svn:r13035 --- src/or/buffers.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/or/buffers.c') diff --git a/src/or/buffers.c b/src/or/buffers.c index c99a550421..8d8059e1fd 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -493,9 +493,9 @@ buf_free(buf_t *buf) tor_free(buf); } -/** Append a new chunk with enough capacity to hold capacity bytes to the - * tail of buf. If capped, don't allocate a chunk bigger than - * MAX_CHUNK_ALLOC. */ +/** Append a new chunk with enough capacity to hold capacity bytes to + * the tail of buf. If capped, don't allocate a chunk bigger + * than MAX_CHUNK_ALLOC. */ static chunk_t * buf_add_chunk_with_capacity(buf_t *buf, size_t capacity, int capped) { @@ -765,7 +765,8 @@ flush_buf(int s, buf_t *buf, size_t sz, size_t *buf_flushlen) * DOCDOC can write more than flushlen bytes. */ int -flush_buf_tls(tor_tls_t *tls, buf_t *buf, size_t flushlen, size_t *buf_flushlen) +flush_buf_tls(tor_tls_t *tls, buf_t *buf, size_t flushlen, + size_t *buf_flushlen) { int r; size_t flushed = 0; -- cgit v1.2.3-54-g00ecf