From e3f34384ba4de2c35bd120f75df167fe2d2d242a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 14 Dec 2009 12:31:29 +0000 Subject: fix indentation --- libempathy/empathy-tp-contact-list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 302860924..c49033c94 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); } -- cgit v1.2.3