summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-11 16:34:01 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-11 16:34:01 +0200
commit000a222378eb5ec9134ba9b8c19f5bddb2f50c0f (patch)
tree2e3af0f57d83d944aec3991d525db44c0192d9a5 /src
parentfe2a36136429f451db2546b10502df2655a2b1c8 (diff)
downloadweechat-000a222378eb5ec9134ba9b8c19f5bddb2f50c0f.zip
Remove unneeded spaces
Diffstat (limited to 'src')
-rw-r--r--src/plugins/relay/relay-client-irc.c2
-rw-r--r--src/plugins/relay/relay-client-weechat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/relay/relay-client-irc.c b/src/plugins/relay/relay-client-irc.c
index 2cb5e058d..1e7404180 100644
--- a/src/plugins/relay/relay-client-irc.c
+++ b/src/plugins/relay/relay-client-irc.c
@@ -157,7 +157,7 @@ relay_client_irc_sendf (struct t_relay_client *client, const char *format, ...)
RELAY_PLUGIN_NAME, buffer);
}
- length = strlen (buffer);
+ length = strlen (buffer);
pos = strchr (buffer, '\r');
if (pos)
diff --git a/src/plugins/relay/relay-client-weechat.c b/src/plugins/relay/relay-client-weechat.c
index feffe9b58..9ae63eeb8 100644
--- a/src/plugins/relay/relay-client-weechat.c
+++ b/src/plugins/relay/relay-client-weechat.c
@@ -250,7 +250,7 @@ relay_client_weechat_add_to_infolist (struct t_infolist_item *item,
struct t_relay_client *client)
{
if (!item || !client)
- return 0;
+ return 0;
return 1;
}