[empathy] empathy-tp-tube: fix coding style



commit f450bb6318ba7ead7bc8014a5325cf03bb19e61a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 13:56:00 2009 +0100

    empathy-tp-tube: fix coding style
---
 libempathy/empathy-tp-tube.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c
index 1946881..601ad06 100644
--- a/libempathy/empathy-tp-tube.c
+++ b/libempathy/empathy-tp-tube.c
@@ -146,7 +146,7 @@ tp_tube_async_cb (TpChannel *channel,
     GObject *tube)
 {
   if (error)
-      DEBUG ("Error %s: %s", (gchar*) user_data, error->message);
+      DEBUG ("Error %s: %s", (gchar *) user_data, error->message);
 }
 
 static void
@@ -553,7 +553,7 @@ tp_tube_accept_stream_cb (TpProxy *proxy,
     GObject *weak_object)
 {
   EmpathyTpTube *tube = EMPATHY_TP_TUBE (weak_object);
-  EmpathyTpTubeAcceptData *data = (EmpathyTpTubeAcceptData *)user_data;
+  EmpathyTpTubeAcceptData *data = (EmpathyTpTubeAcceptData *) user_data;
   EmpathyTpTubeAddress eaddress;
 
   eaddress.type = data->type;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]