From: Roger Dingledine Date: Mon, 3 Mar 2014 11:53:08 +0000 (-0500) Subject: trivial whitespace fixes X-Git-Tag: tor-0.2.5.3-alpha~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd49653f8e4835347abd323561397cb146b4796a;p=thirdparty%2Ftor.git trivial whitespace fixes --- diff --git a/src/or/connection.c b/src/or/connection.c index 77565eed50..46ce538190 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 {