diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:27:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:26 +0800 |
commit | 3106afc8993db5df27ff41dd715469b66aaf4912 (patch) | |
tree | 4f4e400a421ac4f10294ee9c827622276cbb8e76 /libempathy | |
parent | d03e9ce9b20c5b36a326741e3481d5fd73baf238 (diff) | |
download | gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar.gz gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar.bz2 gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar.lz gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar.xz gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.tar.zst gsoc2013-empathy-3106afc8993db5df27ff41dd715469b66aaf4912.zip |
empathy-tp-contact-list: remove trailing tabs
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 58cb89cbe..cdb0431c4 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -205,7 +205,7 @@ tp_contact_list_group_members_changed_cb (TpChannel *channel, g_signal_emit_by_name (list, "groups-changed", contact, group_name, TRUE); - } + } for (i = 0; i < removed->len; i++) { EmpathyContact *contact; @@ -224,7 +224,7 @@ tp_contact_list_group_members_changed_cb (TpChannel *channel, g_signal_emit_by_name (list, "groups-changed", contact, group_name, FALSE); - } + } } static void |