diff --git a/src/or/buffers.c b/src/or/buffers.c
index c9c8e43082..ffc15141ab 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 n bytes from buf at pos (which may be
* NULL for the start of the buffer), copying the data only if necessary. Set
- * *data_out to a pointer to the desired bytes. Set free_out to 1
- * if we needed to malloc *data because the original bytes were
+ * *data_out to a pointer to the desired bytes. Set free_out
+ * to 1 if we needed to malloc *data because the original bytes were
* noncontiguous; 0 otherwise. Return the number of bytes actually available
* at *data_out.
*/
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;
diff --git a/src/or/connection.c b/src/or/connection.c
index 4e691e17fe..f8f82a30dd 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -4166,3 +4166,4 @@ connection_free_all(void)
bufferevent_rate_limit_group_free(global_rate_limit);
#endif
}
+