[tor-commits] [tor/maint-0.2.2] trivial whitespace changes, take two

arma at torproject.org arma at torproject.org
Sun Sep 25 02:46:39 UTC 2011


commit 1c2e4d13366aee5f0107696e4d621b924a6f39a6
Author: Roger Dingledine <arma at torproject.org>
Date:   Sat Sep 24 22:46:21 2011 -0400

    trivial whitespace changes, take two
---
 src/or/connection_edge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 0663787..6a69609 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -843,7 +843,7 @@ addressmap_clear_excluded_trackexithosts(or_options_t *options)
       continue; /* malformed. */
     dot = target + len - 6; /* dot now points to just before .exit */
     while (dot > target && *dot != '.')
-        dot--;
+      dot--;
     if (*dot == '.') dot++;
     nodename = tor_strndup(dot, len-5-(dot-target));;
     ri = router_get_by_nickname(nodename, 0);



More information about the tor-commits mailing list