[Telepathy-commits] [telepathy-salut/master] test-transport: fix coding style
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Dec 15 04:32:50 PST 2008
---
tests/test-transport.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/test-transport.c b/tests/test-transport.c
index e0607e9..78bd566 100644
--- a/tests/test-transport.c
+++ b/tests/test-transport.c
@@ -102,7 +102,7 @@ test_transport_dispose (GObject *object)
static void
free_array (gpointer data, gpointer user_data)
{
- g_array_free ((GArray *)data, TRUE);
+ g_array_free ((GArray *) data, TRUE);
}
void
@@ -126,10 +126,10 @@ send_data (gpointer data)
g_assert (priv->send != NULL);
- arr = (GArray *)g_queue_pop_head (priv->buffers);
+ arr = (GArray *) g_queue_pop_head (priv->buffers);
priv->send (GIBBER_TRANSPORT (self),
- (guint8 *)arr->data, arr->len, NULL, priv->user_data);
+ (guint8 *) arr->data, arr->len, NULL, priv->user_data);
g_array_free (arr, TRUE);
--
1.5.6.5
More information about the Telepathy-commits
mailing list