Browse Source

whitespace fix

svn:r4500
Roger Dingledine 20 years ago
parent
commit
caf7af26d7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/dns.c

+ 2 - 1
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);