]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.c
Merge branch 'part-reasons'
[empathy.git] / libempathy / empathy-tp-chat.c
index 6810476d19d5127d60bcc60bcbd04eb0e1a909ad..a3282818f09935fe04928e23a12be9ae4c14b2a0 100644 (file)
@@ -1032,7 +1032,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);