diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-28 01:53:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-28 01:53:15 +0000 |
commit | caf7af26d79a33cbec5c32fe692085aa6c449c15 (patch) | |
tree | 20c5a11ee0c1918e39181f704ae93861a05b85d4 /src/or/dns.c | |
parent | 0ee665708adc2b5ff19aaa42cce2de49c3102318 (diff) | |
download | tor-caf7af26d79a33cbec5c32fe692085aa6c449c15.tar.gz tor-caf7af26d79a33cbec5c32fe692085aa6c449c15.zip |
whitespace fix
svn:r4500
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 4a02e066ae..5915d950dd 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -910,7 +910,8 @@ spawn_enough_dnsworkers(void) num_dnsworkers++; } - while (num_dnsworkers > num_dnsworkers_busy+MAX_IDLE_DNSWORKERS) { /* too many idle? */ + while (num_dnsworkers > num_dnsworkers_busy+MAX_IDLE_DNSWORKERS) { + /* too many idle? */ /* cull excess workers */ log_fn(LOG_NOTICE,"%d of %d dnsworkers are idle. Killing one.", num_dnsworkers-num_dnsworkers_busy, num_dnsworkers); |