From 17e3430494a3441eaeb4cca4f9cc743aa34230cd Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 1 Jun 2012 17:25:22 +0200 Subject: [PATCH] Small coding style fix https://bugs.freedesktop.org/show_bug.cgi?id=49373 --- telepathy-glib/connection-contact-list.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c index f3f4673..a5ce270 100644 --- a/telepathy-glib/connection-contact-list.c +++ b/telepathy-glib/connection-contact-list.c @@ -404,7 +404,8 @@ OUT: g_simple_async_result_complete (result); } -void _tp_connection_prepare_contact_list_async (TpProxy *proxy, +void +_tp_connection_prepare_contact_list_async (TpProxy *proxy, const TpProxyFeature *feature, GAsyncReadyCallback callback, gpointer user_data) @@ -442,7 +443,8 @@ void _tp_connection_prepare_contact_list_async (TpProxy *proxy, g_object_unref (result); } -void _tp_connection_prepare_contact_list_props_async (TpProxy *proxy, +void +_tp_connection_prepare_contact_list_props_async (TpProxy *proxy, const TpProxyFeature *feature, GAsyncReadyCallback callback, gpointer user_data) -- 1.7.9.5