summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-03-03 06:53:08 -0500
committerRoger Dingledine <arma@torproject.org>2014-03-03 06:53:08 -0500
commitbd49653f8e4835347abd323561397cb146b4796a (patch)
treed4bdd84a4bdad33569521ef9908ee8fd7f168fe9 /src
parent4348c52a353a5242ddefc5c866ffb58e98443c7e (diff)
downloadtor-bd49653f8e4835347abd323561397cb146b4796a.tar.gz
tor-bd49653f8e4835347abd323561397cb146b4796a.zip
trivial whitespace fixes
Diffstat (limited to 'src')
-rw-r--r--src/or/connection.c8
1 files changed, 4 insertions, 4 deletions
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 {