aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-27 12:41:41 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-27 14:22:18 -0400
commitb49cf6a77a75051bcc5a0ed62d89d04abe3eb880 (patch)
treecc3f2271e314619a176ed398e5259fbf1bfba2c4 /src/or/buffers.c
parenta16ed90ec8abc329aafe0b893a7533fff480d2ff (diff)
downloadtor-b49cf6a77a75051bcc5a0ed62d89d04abe3eb880.tar
tor-b49cf6a77a75051bcc5a0ed62d89d04abe3eb880.tar.gz
Fix whitespace in bufferevents branch
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index 75afbfded..11c656f23 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -1516,7 +1516,8 @@ fetch_from_evbuffer_socks(struct evbuffer *buf, socks_request_t *req,
return 0;
{
- /* See if we can find the socks request in the first chunk of the buffer. */
+ /* See if we can find the socks request in the first chunk of the buffer.
+ */
struct evbuffer_iovec v;
int i;
want_length = evbuffer_get_contiguous_space(buf);
@@ -1573,9 +1574,8 @@ fetch_from_evbuffer_socks(struct evbuffer *buf, socks_request_t *req,
break;
/* Otherwise, it wants more data than we gave it. If we can provide more
* data than we gave it, we'll try to do so in the next iteration of the
- * loop. If we can't, the while() condition will exit. It's okay if it
- * asked for more than we have total; maybe it doesn't really need so
- * much. */
+ * loop. If we can't, the while loop will exit. It's okay if it asked for
+ * more than we have total; maybe it doesn't really need so much. */
}
return res;