aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-18 23:53:55 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:53:21 +0800
commit3b1865b52e8d45c1387176d5c08b8a3441d50a50 (patch)
tree1490ff4649be2f4a1a0a5da734a57f9ea814c994 /libempathy/empathy-dispatcher.c
parent21d0796aaa90612dd499da0d74ac9200bd448393 (diff)
downloadgsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar.gz
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar.bz2
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar.lz
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar.xz
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.tar.zst
gsoc2013-empathy-3b1865b52e8d45c1387176d5c08b8a3441d50a50.zip
Fix coding style
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r--libempathy/empathy-dispatcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 28364d554..b8a185fed 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -758,7 +758,7 @@ dispatcher_connection_got_all (TpProxy *proxy,
if (requests)
g_list_free (requests);
-
+
g_hash_table_remove (priv->outstanding_classes_requests, proxy);
}
}
@@ -1469,7 +1469,7 @@ empathy_dispatcher_find_channel_class_async (EmpathyDispatcher *dispatcher,
g_return_if_fail (TP_IS_CONNECTION (connection));
g_return_if_fail (channel_type != NULL);
g_return_if_fail (handle_type != 0);
-
+
/* append another request for this connection */
request = g_slice_new0 (FindChannelRequest);
request->dispatcher = dispatcher;