From 69921837a743d551576b3b157657623a0bb96308 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 11 Oct 2011 11:30:01 -0400 Subject: Fix a bunch of whitespace errors --- src/or/buffers.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/or/buffers.c') diff --git a/src/or/buffers.c b/src/or/buffers.c index c589fbaef..f4aac0f0e 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1005,14 +1005,15 @@ fetch_from_buf(char *string, size_t string_len, buf_t *buf) return (int)buf->datalen; } -/** True iff the cell command command is one that implies a variable-length - * cell in Tor link protocol linkproto. */ +/** True iff the cell command command is one that implies a + * variable-length cell in Tor link protocol linkproto. */ static inline int cell_command_is_var_length(uint8_t command, int linkproto) { - /* If linkproto is v2 (2), CELL_VERSIONS is the only variable-length cells work as - * implemented here. If it's 1, there are no variable-length cells. Tor - * does not support other versions right now, and so can't negotiate them. + /* If linkproto is v2 (2), CELL_VERSIONS is the only variable-length cells + * work as implemented here. If it's 1, there are no variable-length cells. + * Tor does not support other versions right now, and so can't negotiate + * them. */ switch (linkproto) { case 1: -- cgit v1.2.3