[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.2.2] Trivial whitespace fixes
commit c42a1886cccbcd4f6e6e90526b5132d6a6cbb2a4
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits