[tor-commits] [tor/master] trivial whitespace fixes

arma at torproject.org arma at torproject.org
Mon Mar 3 11:49:50 UTC 2014


commit bd49653f8e4835347abd323561397cb146b4796a
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Mar 3 06:53:08 2014 -0500

    trivial whitespace fixes
---
 src/or/connection.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/or/connection.c b/src/or/connection.c
index 77565ee..46ce538 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1008,9 +1008,9 @@ tor_listen(tor_socket_t fd)
  */
 static connection_t *
 connection_listener_new(const struct sockaddr *listensockaddr,
-                           socklen_t socklen,
-                           int type, const char *address,
-                           const port_cfg_t *port_cfg)
+                        socklen_t socklen,
+                        int type, const char *address,
+                        const port_cfg_t *port_cfg)
 {
   listener_connection_t *lis_conn;
   connection_t *conn = NULL;
@@ -2227,7 +2227,7 @@ retry_listener_ports(smartlist_t *old_conns,
 
     if (listensockaddr) {
       conn = connection_listener_new(listensockaddr, listensocklen,
-                                        port->type, address, port);
+                                     port->type, address, port);
       tor_free(listensockaddr);
       tor_free(address);
     } else {



More information about the tor-commits mailing list