[next] telepathy-glib: Small coding style fix

Xavier Claessens xclaesse at kemper.freedesktop.org
Mon Jun 4 03:58:16 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 32c94d6df1041d3428effa555979432c04dfad69
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=32c94d6df1041d3428effa555979432c04dfad69

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Fri Jun  1 17:25:22 2012 +0200

Small coding style fix

https://bugs.freedesktop.org/show_bug.cgi?id=49373

---

 telepathy-glib/connection-contact-list.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c
index f406089..9969cd4 100644
--- a/telepathy-glib/connection-contact-list.c
+++ b/telepathy-glib/connection-contact-list.c
@@ -403,7 +403,8 @@ OUT:
   g_simple_async_result_complete_in_idle (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)
@@ -429,7 +430,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)



More information about the telepathy-commits mailing list