diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-02-25 12:05:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-02-25 12:05:33 -0500 |
commit | c94f3711ee0eb7b740c7ad48d62c6d42ade863e5 (patch) | |
tree | 5524c8f0f88de7d273cc823964b9ea5743d7a9b3 /src/or/command.c | |
parent | 612c7f32424d31dac51baad22e17ff4faf2b9b43 (diff) | |
download | tor-c94f3711ee0eb7b740c7ad48d62c6d42ade863e5.tar.gz tor-c94f3711ee0eb7b740c7ad48d62c6d42ade863e5.zip |
whitespace fixup
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c index ef3a55963c..e026997bc1 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -650,7 +650,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn) received_netinfo_from_trusted_dir = 2; /* Connect to a trusted dir to trigger a NETINFO cell * only if we haven't already */ - } else if(received_netinfo_from_trusted_dir == 0) { + } else if (received_netinfo_from_trusted_dir == 0) { routerstatus_t *any_trusted_dir = router_pick_trusteddirserver(NO_AUTHORITY, 0); tor_addr_t trusted_dir_addr; @@ -679,3 +679,4 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn) conn->_base.port, (int)conn->link_proto); assert_connection_ok(TO_CONN(conn),time(NULL)); } + |