[tor-commits] [tor/master] Fix some wide lines

nickm at torproject.org nickm at torproject.org
Mon Mar 18 19:39:50 UTC 2013


commit ad8a27a3939be92e94d95fd7bb0f4e4b1e03382b
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Mar 18 15:39:11 2013 -0400

    Fix some wide lines
---
 src/or/dnsserv.c    |    3 ++-
 src/or/dnsserv.h    |    3 ++-
 src/or/entrynodes.c |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index e877b18..a1275cf 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -170,7 +170,8 @@ evdns_server_callback(struct evdns_server_request *req, void *data_)
  * response; -1 if we couldn't launch the request.
  */
 int
-dnsserv_launch_request(const char *name, int reverse, control_connection_t *control_conn)
+dnsserv_launch_request(const char *name, int reverse,
+                       control_connection_t *control_conn)
 {
   entry_connection_t *entry_conn;
   edge_connection_t *conn;
diff --git a/src/or/dnsserv.h b/src/or/dnsserv.h
index 8462841..687a77e 100644
--- a/src/or/dnsserv.h
+++ b/src/or/dnsserv.h
@@ -20,7 +20,8 @@ void dnsserv_resolved(entry_connection_t *conn,
                       const char *answer,
                       int ttl);
 void dnsserv_reject_request(entry_connection_t *conn);
-int dnsserv_launch_request(const char *name, int is_reverse, control_connection_t *control_conn);
+int dnsserv_launch_request(const char *name, int is_reverse,
+                           control_connection_t *control_conn);
 
 #endif
 
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index de80e88..e92c0c1 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -367,7 +367,7 @@ add_an_entry_guard(const node_t *chosen, int reset_status, int prepend,
   } else {
     const routerstatus_t *rs;
     rs = router_pick_directory_server(MICRODESC_DIRINFO|V3_DIRINFO,
-                                      PDS_PREFER_TUNNELED_DIR_CONNS_|PDS_FOR_GUARD);
+                              PDS_PREFER_TUNNELED_DIR_CONNS_|PDS_FOR_GUARD);
     if (!rs)
       return NULL;
     node = node_get_by_id(rs->identity_digest);





More information about the tor-commits mailing list