[Telepathy-commits] [telepathy-gabble/master] style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Feb 23 07:25:14 PST 2009
---
src/tube-stream.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 968bcec..2e0a8f0 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -520,13 +520,8 @@ start_stream_initiation (GabbleTubeStream *self,
data->transport = g_object_ref (transport);
result = gabble_bytestream_factory_negotiate_stream (
- priv->conn->bytestream_factory,
- msg,
- stream_id,
- extra_bytestream_negotiate_cb,
- data,
- G_OBJECT (self),
- error);
+ priv->conn->bytestream_factory, msg, stream_id,
+ extra_bytestream_negotiate_cb, data, G_OBJECT (self), error);
/* FIXME: data and one ref on data->transport are leaked if the tube is
* closed before we got the SI reply. */
--
1.5.6.5
More information about the telepathy-commits
mailing list