diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-14 20:31:29 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-31 16:39:41 +0800 |
commit | e3f34384ba4de2c35bd120f75df167fe2d2d242a (patch) | |
tree | 30067121fec2fb9f595e783275ba132c472c40f6 /libempathy | |
parent | 71c849737edc440b6f98f4d61a428ab7b0673e70 (diff) | |
download | gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar.gz gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar.bz2 gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar.lz gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar.xz gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.tar.zst gsoc2013-empathy-e3f34384ba4de2c35bd120f75df167fe2d2d242a.zip |
fix indentation
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 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); } |