1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Remove unneeded spaces

This commit is contained in:
Sebastien Helleu
2010-10-11 16:34:01 +02:00
parent fe2a361364
commit 000a222378
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ relay_client_irc_sendf (struct t_relay_client *client, const char *format, ...)
RELAY_PLUGIN_NAME, buffer);
}
length = strlen (buffer);
length = strlen (buffer);
pos = strchr (buffer, '\r');
if (pos)
+1 -1
View File
@@ -250,7 +250,7 @@ relay_client_weechat_add_to_infolist (struct t_infolist_item *item,
struct t_relay_client *client)
{
if (!item || !client)
return 0;
return 0;
return 1;
}