[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Code indentation whitespace-only fix



commit eb5a262a15c05bee8e64e66c93f3a6387c0c5cd6
Author: teor (Tim Wilson-Brown) <teor2345@xxxxxxxxx>
Date:   Thu Mar 24 21:56:13 2016 +1100

    Code indentation whitespace-only fix
---
 src/or/routerlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index bc5e2e9..ecfcb9b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -1861,7 +1861,7 @@ router_pick_trusteddirserver_impl(const smartlist_t *sourcelist,
           !router_supports_extrainfo(d->digest, 1))
         continue;
       if (requireother && me && router_digest_is_me(d->digest))
-          continue;
+        continue;
       if (try_excluding &&
           routerset_contains_routerstatus(options->ExcludeNodes,
                                           &d->fake_status, -1)) {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits