summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-03 08:55:54 -0400
committerNick Mathewson <nickm@torproject.org>2016-11-03 08:55:54 -0400
commit32854aef28f5ff94fc60647c9881576141574aba (patch)
tree825a30def480a4cadf9e7e1aefb0275363b566cc /src/or/connection_or.c
parentd9ca4e20bd51915317c7bda38ef56c67499f6f5e (diff)
downloadtor-32854aef28f5ff94fc60647c9881576141574aba.tar.gz
tor-32854aef28f5ff94fc60647c9881576141574aba.zip
whitespace fixes
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r--src/or/connection_or.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index c6d5bb5250..eb67f0653f 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -2544,8 +2544,8 @@ connection_or_compute_authenticate_cell_body(or_connection_t *conn,
ssize_t len2 = auth1_parse(&tmp, out, len, ctx);
if (!tmp) {
/* LCOV_EXCL_START */
- log_warn(LD_BUG, "Unable to parse signed part of AUTH1 data that we just "
- "encoded");
+ log_warn(LD_BUG, "Unable to parse signed part of AUTH1 data that "
+ "we just encoded");
goto err;
/* LCOV_EXCL_STOP */
}