소스 검색

trivial whitespace changes, take two

Roger Dingledine 14 년 전
부모
커밋
1c2e4d1336
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/connection_edge.c

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