summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-get.c
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@gmail.com>2014-09-11 19:10:33 +0200
committerMichael Vetter <g.bluehut@gmail.com>2014-09-11 19:10:33 +0200
commit51239925ec2931a065aeaee664793a0edbcd2c4a (patch)
tree92792766b7500f01a67d1d144c4028e699574e88 /src/irc/dcc/dcc-get.c
parent503cbeb330331e9ab6cf31af453f6232b10b12e2 (diff)
downloadirssi-51239925ec2931a065aeaee664793a0edbcd2c4a.zip
source cleanup: remove trailing whitespaces
Diffstat (limited to 'src/irc/dcc/dcc-get.c')
-rw-r--r--src/irc/dcc/dcc-get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/dcc/dcc-get.c b/src/irc/dcc/dcc-get.c
index 8eee81b3..69fdc746 100644
--- a/src/irc/dcc/dcc-get.c
+++ b/src/irc/dcc/dcc-get.c
@@ -454,7 +454,7 @@ static void ctcp_msg_dcc_send(IRC_SERVER_REC *server, const char *data,
g_memmove(fname, fname+1, len);
quoted = TRUE;
}
-
+
if (passive && port != 0) {
/* This is NOT a DCC SEND request! This is a reply to our
passive request. We MUST check the IDs and then connect to
@@ -501,7 +501,7 @@ static void ctcp_msg_dcc_send(IRC_SERVER_REC *server, const char *data,
if (passive && port == 0)
dcc->pasv_id = p_id; /* Assign the ID to the DCC */
-
+
memcpy(&dcc->addr, &ip, sizeof(ip));
if (dcc->addr.family == AF_INET)
net_ip2host(&dcc->addr, dcc->addrstr);