1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +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
@@ -435,7 +435,7 @@ irc_notify_get_tags (struct t_config_option *option)
(tags && tags[0]) ? "," : "",
(tags && tags[0]) ? tags : "");
return string;
return string;
}
/*