]> git.0d.be Git - empathy.git/commitdiff
fix indentation
authorXavier Claessens <xclaesse@src.gnome.org>
Sun, 16 Mar 2008 13:55:36 +0000 (13:55 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 16 Mar 2008 13:55:36 +0000 (13:55 +0000)
svn path=/trunk/; revision=804

libempathy-gtk/empathy-contact-list-store.c

index 84c7223ff9c1675e7a7080ea5a37b1a623dc8253..1b3311810d6dd3def43dd3f004b61d6c8b06fad6 100644 (file)
@@ -209,8 +209,7 @@ contact_list_store_set_contact_list (EmpathyContactListStore *store,
        priv->list = g_object_ref (list_iface);
 
        /* Let a chance to have all properties set before populating */
-       g_idle_add (contact_list_store_iface_setup,
-                   store);
+       g_idle_add (contact_list_store_iface_setup, store);
 }
 
 static void