mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
source cleanup: remove trailing whitespaces
This commit is contained in:
parent
503cbeb330
commit
51239925ec
44 changed files with 92 additions and 92 deletions
|
|
@ -71,7 +71,7 @@ static void sig_connected(IRC_SERVER_REC *server)
|
|||
return;
|
||||
|
||||
if (server->connrec->away_reason != NULL)
|
||||
irc_server_send_away(server, server->connrec->away_reason);
|
||||
irc_server_send_away(server, server->connrec->away_reason);
|
||||
}
|
||||
|
||||
static void event_nick_collision(IRC_SERVER_REC *server, const char *data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue