From 9f6da133539e93d3bd1ffbc080b9d317bd5e7a27 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Mar 2008 12:22:55 +0000 Subject: Fix coding style svn path=/trunk/; revision=765 --- libempathy/empathy-tp-contact-factory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-tp-contact-factory.c') 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) { -- cgit v1.2.3