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/router.c | |
parent | 7795f42e4be2d04d3f40e227a094dbdce533b173 (diff) | |
download | tor-5898c09c3ab6c20df822ea919fecc9420a48aa7b.tar.gz tor-5898c09c3ab6c20df822ea919fecc9420a48aa7b.zip |
Fix whitespace
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index 2131c2cf06..2cb0e26686 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2788,3 +2788,4 @@ router_get_all_orports(const routerinfo_t *ri) return sl; } + |