diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:38:47 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:38:47 +0100 |
commit | d41e202d76ad56983ec29fd02015f1b09309f447 (patch) | |
tree | 5b2745a17ee974fe7bb53d06e336c42f1aea98e1 /src/core | |
parent | ef71f59b2e3add3a93a37c51abc17decedb26697 (diff) | |
download | weechat-d41e202d76ad56983ec29fd02015f1b09309f447.zip |
Remove unneeded spaces
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 0fd835c71..f8c68884f 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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)) { |