diff options
author | Michael Vetter <g.bluehut@gmail.com> | 2014-09-11 19:10:33 +0200 |
---|---|---|
committer | Michael Vetter <g.bluehut@gmail.com> | 2014-09-11 19:10:33 +0200 |
commit | 51239925ec2931a065aeaee664793a0edbcd2c4a (patch) | |
tree | 92792766b7500f01a67d1d144c4028e699574e88 /src/irc/dcc/dcc-get.c | |
parent | 503cbeb330331e9ab6cf31af453f6232b10b12e2 (diff) | |
download | irssi-51239925ec2931a065aeaee664793a0edbcd2c4a.zip |
source cleanup: remove trailing whitespaces
Diffstat (limited to 'src/irc/dcc/dcc-get.c')
-rw-r--r-- | src/irc/dcc/dcc-get.c | 4 |
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); |