From 893fab60956bf982e0dfd8fcbd80d384dd8deee3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 21 Aug 2020 17:33:28 -0400 Subject: whitespace --- client.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/client.c b/client.c index 5493d84..687bdcf 100644 --- a/client.c +++ b/client.c @@ -142,11 +142,7 @@ int handle_acktunnel_frame(protocol_frame *rcvd_frame) return -1; } - tun = tunnel_create( - client_tunnel.sockfd, - rcvd_frame->connid, - rcvd_frame->friendnumber - ); + tun = tunnel_create(client_tunnel.sockfd, rcvd_frame->connid, rcvd_frame->friendnumber); /* Mark that we can accept() another connection */ client_tunnel.sockfd = -1; @@ -438,11 +434,7 @@ int do_client_loop(uint8_t *tox_id_str) /* Open a new tunnel for this FD */ client_tunnel.sockfd = accept_fd; - send_tunnel_request_packet( - remote_host, - remote_port, - friendnumber - ); + send_tunnel_request_packet(remote_host, remote_port, friendnumber); } } -- cgit v1.2.3