diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
commit | 1995328a3d0c98f5a8856f532b20099970afecc2 (patch) | |
tree | 9def2da5c649fca44a5339fa524c56686af26b77 /src/or/control.c | |
parent | dffc6910b11d88544a93c3e3e80c1155f998f561 (diff) | |
download | tor-1995328a3d0c98f5a8856f532b20099970afecc2.tar.gz tor-1995328a3d0c98f5a8856f532b20099970afecc2.zip |
Keep make check-spaces happy
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index ec76ecfca9..64a980de6c 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1865,7 +1865,8 @@ getinfo_helper_dir(control_connection_t *control_conn, const routerinfo_t *ri = NULL; /* XXX Setting 'warn_if_unnamed' here is a bit silly -- the * warning goes to the user, not to the controller. */ - const node_t *node = node_get_by_nickname(question+strlen("desc/name/"), 1); + const node_t *node = + node_get_by_nickname(question+strlen("desc/name/"), 1); if (node) ri = node->ri; if (ri) { |