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

Remove unneeded spaces

This commit is contained in:
Sebastien Helleu
2011-02-07 18:38:47 +01:00
parent ef71f59b2e
commit d41e202d76
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1549,7 +1549,7 @@ command_help_list_plugin_commands (struct t_weechat_plugin *plugin,
}
}
/* use list to display commands, sorted by columns */
/* use list to display commands, sorted by columns */
list_size = weelist_size (list);
if ((max_length > 0) && (list_size > 0))
{
+1 -1
View File
@@ -435,7 +435,7 @@ irc_notify_get_tags (struct t_config_option *option)
(tags && tags[0]) ? "," : "",
(tags && tags[0]) ? tags : "");
return string;
return string;
}
/*