aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-18 15:17:37 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-18 15:17:37 -0400
commit263d68aa82e77026e2a34c07152435b0c31feb0e (patch)
tree019145487ea26d731241e0fed2a1d4b7adad3694 /src/or/buffers.c
parentd3653063d30ee8174f6ec330124553c6717fbe9c (diff)
downloadtor-263d68aa82e77026e2a34c07152435b0c31feb0e.tar
tor-263d68aa82e77026e2a34c07152435b0c31feb0e.tar.gz
Appease "make check-spaces"
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 c9c8e4308..ffc15141a 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -1054,14 +1054,14 @@ fetch_var_cell_from_buf(buf_t *buf, var_cell_t **out, int linkproto)
#ifdef USE_BUFFEREVENTS
/** Try to read <b>n</b> bytes from <b>buf</b> at <b>pos</b> (which may be
* NULL for the start of the buffer), copying the data only if necessary. Set
- * *<b>data_out</b> to a pointer to the desired bytes. Set <b>free_out</b> to 1
- * if we needed to malloc *<b>data</b> because the original bytes were
+ * *<b>data_out</b> to a pointer to the desired bytes. Set <b>free_out</b>
+ * to 1 if we needed to malloc *<b>data</b> because the original bytes were
* noncontiguous; 0 otherwise. Return the number of bytes actually available
* at *<b>data_out</b>.
*/
static ssize_t
-inspect_evbuffer(struct evbuffer *buf, char **data_out, size_t n, int *free_out,
- struct evbuffer_ptr *pos)
+inspect_evbuffer(struct evbuffer *buf, char **data_out, size_t n,
+ int *free_out, struct evbuffer_ptr *pos)
{
int n_vecs, i;