[Telepathy-commits] [telepathy-salut/master] Fix after the merge: coding style

Alban Crequy alban.crequy at collabora.co.uk
Thu Feb 26 11:20:16 PST 2009


---
 src/salut-disco.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/salut-disco.c b/src/salut-disco.c
index a5cffa8..48e9da0 100644
--- a/src/salut-disco.c
+++ b/src/salut-disco.c
@@ -247,7 +247,7 @@ send_disco_request (SalutDisco *self,
   GError *error = NULL;
 
   contact_repo = tp_base_connection_get_handles (
-      (TpBaseConnection*) priv->connection, TP_HANDLE_TYPE_CONTACT);
+      (TpBaseConnection *) priv->connection, TP_HANDLE_TYPE_CONTACT);
 
   jid_from = tp_handle_inspect (contact_repo, base_conn->self_handle);
   jid_to = tp_handle_inspect (contact_repo, contact->handle);
-- 
1.5.6.5




More information about the telepathy-commits mailing list