From 333eedec653900935f0bfa15d3c6bb6381a78314 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 16:14:30 +0000 Subject: Make coding style consistent with the rest of the file svn path=/trunk/; revision=2171 --- libempathy-gtk/empathy-ui-utils.c | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'libempathy-gtk/empathy-ui-utils.c') diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 10c32bcb7..7e16fd6e0 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1424,27 +1424,26 @@ empathy_toggle_button_set_state_quietly (GtkWidget *widget, static void file_manager_send_file_request_cb (EmpathyDispatchOperation *operation, - const GError *error, gpointer user_data) + const GError *error, gpointer user_data) { - GFile *file = (GFile *)user_data; - EmpathyTpFile *tp_file; + GFile *file = (GFile *)user_data; + EmpathyTpFile *tp_file; - if (error != NULL) - { - DEBUG ("Couldn't request channel: %s", error->message); - g_object_unref (file); - return; - } + if (error != NULL) { + DEBUG ("Couldn't request channel: %s", error->message); + g_object_unref (file); + return; + } - DEBUG ("Starting to send file"); + DEBUG ("Starting to send file"); - tp_file = EMPATHY_TP_FILE ( - empathy_dispatch_operation_get_channel_wrapper (operation)); + tp_file = EMPATHY_TP_FILE ( + empathy_dispatch_operation_get_channel_wrapper (operation)); - empathy_tp_file_offer (tp_file, file, NULL); + empathy_tp_file_offer (tp_file, file, NULL); - g_object_unref (file); - g_object_unref (tp_file); + g_object_unref (file); + g_object_unref (tp_file); } static void -- cgit v1.2.3