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

index f415ec19fe2ebc8298f05ac71dbe8e2aae32b4b4..073424485405fd9def60d86ac561910a46f48c36 100644 (file)
@@ -123,7 +123,7 @@ contact_manager_invalidated_cb (TpProxy *connection,
        list = g_hash_table_lookup (priv->lists, connection);
        if (list) {
                empathy_tp_contact_list_remove_all (list);
-               g_hash_table_remove (priv->lists, connection);          
+               g_hash_table_remove (priv->lists, connection);
        }
 }
 
@@ -499,7 +499,7 @@ contact_manager_remove_group (EmpathyContactList *manager,
                              const gchar *group)
 {
        EmpathyContactManagerPriv *priv = GET_PRIV (manager);
-       
+
        g_return_if_fail (EMPATHY_IS_CONTACT_MANAGER (manager));
 
        g_hash_table_foreach (priv->lists,
@@ -529,7 +529,7 @@ empathy_contact_manager_can_add (EmpathyContactManager *manager,
 {
        EmpathyContactManagerPriv *priv = GET_PRIV (manager);
        EmpathyTpContactList      *list;
-       
+
        g_return_val_if_fail (EMPATHY_IS_CONTACT_MANAGER (manager), FALSE);
 
        list = g_hash_table_lookup (priv->lists, connection);