diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-27 10:53:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 10:53:40 -0400 |
commit | 5898c09c3ab6c20df822ea919fecc9420a48aa7b (patch) | |
tree | c31f9cb5c48055e32c2b2c5f8ecb77a933c69bee /src/or/connection.c | |
parent | 7795f42e4be2d04d3f40e227a094dbdce533b173 (diff) | |
download | tor-5898c09c3ab6c20df822ea919fecc9420a48aa7b.tar.gz tor-5898c09c3ab6c20df822ea919fecc9420a48aa7b.zip |
Fix whitespace
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index c2244967de..7a39e5e2df 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -239,7 +239,7 @@ dir_connection_new(int socket_family) } /** Allocate and return a new or_connection_t, initialized as by - * connection_init(). + * connection_init(). * * Set timestamp_last_added_nonpadding to now. * |