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:
@@ -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))
|
||||
{
|
||||
|
||||
@@ -435,7 +435,7 @@ irc_notify_get_tags (struct t_config_option *option)
|
||||
(tags && tags[0]) ? "," : "",
|
||||
(tags && tags[0]) ? tags : "");
|
||||
|
||||
return string;
|
||||
return string;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user