[empathy] empathy-contact-manager: remove trailing tabs



commit a29b9902f1f006ba2a0ef83a605d08aceddccc90
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:26:35 2009 +0100

    empathy-contact-manager: remove trailing tabs

 libempathy/empathy-contact-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c
index f415ec1..0734244 100644
--- a/libempathy/empathy-contact-manager.c
+++ b/libempathy/empathy-contact-manager.c
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]