[Telepathy-commits] [telepathy-gabble/master] Split a long line
Marco Barisione
marco at barisione.org
Tue Jan 6 08:41:32 PST 2009
---
src/bytestream-factory.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 51ce2dc..3338287 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -604,9 +604,10 @@ bytestream_factory_iq_si_cb (LmMessageHandler *handler,
}
if (multiple)
- bytestream = (GabbleBytestreamIface *) gabble_bytestream_factory_create_multiple (self, peer_handle,
- stream_id, stream_init_id, peer_resource,
- GABBLE_BYTESTREAM_STATE_LOCAL_PENDING);
+ bytestream = (GabbleBytestreamIface *)
+ gabble_bytestream_factory_create_multiple (self, peer_handle,
+ stream_id, stream_init_id, peer_resource,
+ GABBLE_BYTESTREAM_STATE_LOCAL_PENDING);
/* check stream method */
for (l = stream_methods; l != NULL; l = l->next)
--
1.5.6.5
More information about the Telepathy-commits
mailing list