From 9bc07103a88dc052683f101c23d4e40c95305ed7 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 16 Feb 2009 21:24:24 +0000 Subject: empathy-dispatcher.[ch]: Several misc. code style fixes. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2475 --- libempathy/empathy-dispatcher.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'libempathy/empathy-dispatcher.c') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 6b5c3fba5..06dafa43c 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -698,8 +698,11 @@ dispatcher_connection_new_channels_cb (TpConnection *connection, } static void -dispatcher_connection_got_all (TpProxy *proxy, GHashTable *properties, - const GError *error, gpointer user_data, GObject *object) +dispatcher_connection_got_all (TpProxy *proxy, + GHashTable *properties, + const GError *error, + gpointer user_data, + GObject *object) { EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (object); EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher); @@ -1342,8 +1345,10 @@ dispatcher_create_channel_cb (TpConnection *connect, void empathy_dispatcher_create_channel (EmpathyDispatcher *dispatcher, - McAccount *account, GHashTable *request, - EmpathyDispatcherRequestCb *callback, gpointer user_data) + McAccount *account, + GHashTable *request, + EmpathyDispatcherRequestCb *callback, + gpointer user_data) { EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher); ConnectionData *connection_data; @@ -1510,7 +1515,9 @@ empathy_dispatcher_send_file_to_contact (EmpathyContact *contact, GStrv empathy_dispatcher_find_channel_class (EmpathyDispatcher *dispatcher, - McAccount *account, const gchar *channel_type, guint handle_type) + McAccount *account, + const gchar *channel_type, + guint handle_type) { EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher); ConnectionData *cd; -- cgit v1.2.3