[tor-commits] [tor/master] Trivial whitespace fixes

arma at torproject.org arma at torproject.org
Sun Sep 25 02:48:20 UTC 2011


commit c42a1886cccbcd4f6e6e90526b5132d6a6cbb2a4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Sep 24 22:15:59 2011 -0400

    Trivial whitespace fixes
---
 src/or/connection_edge.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 8609b02..0663787 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -842,8 +842,8 @@ addressmap_clear_excluded_trackexithosts(or_options_t *options)
     if (len < 6)
       continue; /* malformed. */
     dot = target + len - 6; /* dot now points to just before .exit */
-    while(dot > target && *dot != '.')
-	dot--;
+    while (dot > target && *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