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:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user