diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
commit | 32854aef28f5ff94fc60647c9881576141574aba (patch) | |
tree | 825a30def480a4cadf9e7e1aefb0275363b566cc /src/or/connection_or.c | |
parent | d9ca4e20bd51915317c7bda38ef56c67499f6f5e (diff) | |
download | tor-32854aef28f5ff94fc60647c9881576141574aba.tar.gz tor-32854aef28f5ff94fc60647c9881576141574aba.zip |
whitespace fixes
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 4 |
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 */ } |