[empathy] fix indentation



commit e3f34384ba4de2c35bd120f75df167fe2d2d242a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Dec 14 12:31:29 2009 +0000

    fix indentation

 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 3028609..c49033c 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -401,9 +401,9 @@ got_added_members_cb (EmpathyTpContactFactory *factory,
 		if (g_hash_table_lookup (priv->members, GUINT_TO_POINTER (handle)))
 			continue;
 
-	/* Add to the list and emit signal */
+		/* Add to the list and emit signal */
 		g_hash_table_insert (priv->members, GUINT_TO_POINTER (handle),
-			     g_object_ref (contact));
+				     g_object_ref (contact));
 		g_signal_emit_by_name (list, "members-changed", contact,
 				       0, 0, NULL, TRUE);
 	}



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