diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-29 08:48:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 08:48:22 -0400 |
commit | b45bfba2ce3754aa8107717e638b325dd30f05ed (patch) | |
tree | bb237fbb26f9617ba1e45086f0a6b708f5fa9f3f /src/or/config.c | |
parent | ffd92e8ef885f4a63fd09892d508674c9b4a1daf (diff) | |
download | tor-b45bfba2ce3754aa8107717e638b325dd30f05ed.tar.gz tor-b45bfba2ce3754aa8107717e638b325dd30f05ed.zip |
Whitespace fixes
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 16acec791c..3d9e1d2d4d 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1676,7 +1676,6 @@ options_act(const or_options_t *old_options) connection_or_update_token_buckets(get_connection_array(), options); } - /* Only collect directory-request statistics on relays and bridges. */ options->DirReqStatistics = options->DirReqStatistics_option && server_mode(options); |