[Telepathy-commits] [telepathy-salut/master] check-gibber-xmpp-connection: fix coding style

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Dec 15 04:34:01 PST 2008


---
 tests/check-gibber-xmpp-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check-gibber-xmpp-connection.c b/tests/check-gibber-xmpp-connection.c
index e755876..de9dd1d 100644
--- a/tests/check-gibber-xmpp-connection.c
+++ b/tests/check-gibber-xmpp-connection.c
@@ -107,7 +107,7 @@ START_TEST (test_simple_message)
   while (!parse_error_found &&
       file_chunker_get_chunk (fc, &chunk, &chunk_length))
     {
-      test_transport_write (transport, (guint8*)chunk, chunk_length);
+      test_transport_write (transport, (guint8 *) chunk, chunk_length);
     }
 
   fail_if (parse_error_found);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list