mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +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
|
|
@ -118,7 +118,7 @@ static void event_who(IRC_SERVER_REC *server, const char *data)
|
|||
while (*realname != '\0' && *realname != ' ') realname++;
|
||||
if (*realname == ' ')
|
||||
*realname++ = '\0';
|
||||
|
||||
|
||||
recoded = recode_in(SERVER(server), realname, nick);
|
||||
printformat(server, NULL, MSGLEVEL_CRAP, IRCTXT_WHO,
|
||||
channel, nick, stat, hops, user, host, recoded, serv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue