diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-11 16:34:01 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-11 16:34:01 +0200 |
commit | 000a222378eb5ec9134ba9b8c19f5bddb2f50c0f (patch) | |
tree | 2e3af0f57d83d944aec3991d525db44c0192d9a5 /src/plugins/relay/relay-client-weechat.c | |
parent | fe2a36136429f451db2546b10502df2655a2b1c8 (diff) | |
download | weechat-000a222378eb5ec9134ba9b8c19f5bddb2f50c0f.zip |
Remove unneeded spaces
Diffstat (limited to 'src/plugins/relay/relay-client-weechat.c')
-rw-r--r-- | src/plugins/relay/relay-client-weechat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |