aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-11 20:22:55 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-11 20:22:55 +0800
commit9f6da133539e93d3bd1ffbc080b9d317bd5e7a27 (patch)
tree4c566b9b540540e9dd493ddbcfda4cd2212da84b /libempathy/empathy-tp-contact-factory.c
parentd81d17a4cc3c0f83a1228adb88e0cdfa15808989 (diff)
downloadgsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar.gz
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar.bz2
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar.lz
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar.xz
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.tar.zst
gsoc2013-empathy-9f6da133539e93d3bd1ffbc080b9d317bd5e7a27.zip
Fix coding style
svn path=/trunk/; revision=765
Diffstat (limited to 'libempathy/empathy-tp-contact-factory.c')
-rw-r--r--libempathy/empathy-tp-contact-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index 41ccfc482..7bdfaed89 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -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) {