]> git.0d.be Git - empathy.git/commitdiff
Fix coding style
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 12:22:55 +0000 (12:22 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 12:22:55 +0000 (12:22 +0000)
svn path=/trunk/; revision=765

libempathy/empathy-tp-contact-factory.c

index 41ccfc482d71a75f33703ca613c125160a30a01b..7bdfaed890e156b601a14c8c3dd5946b8e5e6845 100644 (file)
@@ -260,8 +260,8 @@ tp_contact_factory_aliases_changed_cb (TpConnection    *connection,
                EmpathyContact *contact;
 
                renamed_struct = g_ptr_array_index (renamed_handlers, i);
-               handle = g_value_get_uint(g_value_array_get_nth (renamed_struct, 0));
-               alias = g_value_get_string(g_value_array_get_nth (renamed_struct, 1));
+               handle = g_value_get_uint (g_value_array_get_nth (renamed_struct, 0));
+               alias = g_value_get_string (g_value_array_get_nth (renamed_struct, 1));
                contact = tp_contact_factory_find_by_handle (tp_factory, handle);
 
                if (!contact) {