1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Remove unneeded spaces and tabs

This commit is contained in:
Sebastien Helleu
2010-07-19 15:36:51 +02:00
parent eaa54488ca
commit b153d82b78
18 changed files with 85 additions and 62 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ IRC_PROTOCOL_CALLBACK(join)
pos_channel,
IRC_COLOR_MESSAGE_JOIN);
/* display message in private if private has flag "has_quit_server" */
/* display message in private if private has flag "has_quit_server" */
if (!local_join)
irc_channel_display_nick_back_in_pv (server, ptr_nick, nick);
}