]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
trivial whitespace changes, take two
authorRoger Dingledine <arma@torproject.org>
Sun, 25 Sep 2011 02:46:21 +0000 (22:46 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 25 Sep 2011 02:46:21 +0000 (22:46 -0400)
src/or/connection_edge.c

index 0663787fba352d3d45de4413bddd263555806a88..6a696092eb60eb2bd13c7480f96f82456d65584d 100644 (file)
@@ -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);