From d41e202d76ad56983ec29fd02015f1b09309f447 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 7 Feb 2011 18:38:47 +0100 Subject: Remove unneeded spaces --- src/core/wee-command.c | 2 +- src/plugins/irc/irc-notify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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)) { diff --git a/src/plugins/irc/irc-notify.c b/src/plugins/irc/irc-notify.c index b3f5880be..fd36d690c 100644 --- a/src/plugins/irc/irc-notify.c +++ b/src/plugins/irc/irc-notify.c @@ -435,7 +435,7 @@ irc_notify_get_tags (struct t_config_option *option) (tags && tags[0]) ? "," : "", (tags && tags[0]) ? tags : ""); - return string; + return string; } /* -- cgit v1.2.3