]> git.0d.be Git - empathy.git/commitdiff
empathy-tp-chat: remove trailing tabs
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 14:27:01 +0000 (15:27 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 16:32:26 +0000 (17:32 +0100)
libempathy/empathy-tp-chat.c

index 794e3e3b76e5a5eddd7828f7d6edad2f1da5f380..ac61392e033268df517d89bfe62e96a1c3728145 100644 (file)
@@ -993,7 +993,7 @@ tp_chat_constructor (GType                  type,
 
                /* Get initial member contacts */
                members = tp_channel_group_get_members (priv->channel);
-               handles = tp_intset_to_array (members);         
+               handles = tp_intset_to_array (members);
                empathy_tp_contact_factory_get_from_handles (priv->factory,
                        handles->len, (TpHandle *) handles->data,
                        tp_chat_got_added_contacts_cb, NULL, NULL, chat);