[Telepathy-commits] [telepathy-gabble/master] media-channel: coding style fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 16 10:12:36 PDT 2009


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

diff --git a/src/media-channel.c b/src/media-channel.c
index 405cede..90486d1 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -1701,7 +1701,7 @@ delay_stream_request (GabbleMediaChannel *chan,
   ctx->chan = chan;
   ctx->contact_handle = contact_handle;
   ctx->context = context;
-  ctx->types = g_array_sized_new (FALSE, FALSE, sizeof(guint), types->len);
+  ctx->types = g_array_sized_new (FALSE, FALSE, sizeof (guint), types->len);
   g_array_append_vals (ctx->types, types->data, types->len);
 
   if (disco_in_progress)
-- 
1.5.6.5




More information about the telepathy-commits mailing list