empathy r765 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r765 - trunk/libempathy
- Date: Tue, 11 Mar 2008 12:22:55 +0000 (GMT)
Author: xclaesse
Date: Tue Mar 11 12:22:55 2008
New Revision: 765
URL: http://svn.gnome.org/viewvc/empathy?rev=765&view=rev
Log:
Fix coding style
Modified:
trunk/libempathy/empathy-tp-contact-factory.c
Modified: trunk/libempathy/empathy-tp-contact-factory.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-factory.c (original)
+++ trunk/libempathy/empathy-tp-contact-factory.c Tue Mar 11 12:22:55 2008
@@ -260,8 +260,8 @@
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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]