[Telepathy-commits] [telepathy-gabble/master] src/tube-stream.c: Coding style: wrapping of function gabble_tube_stream_offer
Alban Crequy
alban.crequy at collabora.co.uk
Mon Oct 27 09:30:43 PDT 2008
---
src/tube-stream.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index e894405..ce9ab0d 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1846,11 +1846,12 @@ gabble_tube_stream_check_params (TpSocketAddressType address_type,
}
/* can be called both from the old tube API and the new tube API */
-gboolean gabble_tube_stream_offer (GabbleTubeStream *self,
- guint address_type,
- const GValue *address, guint access_control,
- const GValue *access_control_param,
- GError **error)
+gboolean
+gabble_tube_stream_offer (GabbleTubeStream *self,
+ guint address_type,
+ const GValue *address, guint access_control,
+ const GValue *access_control_param,
+ GError **error)
{
GabbleTubeStreamPrivate *priv = GABBLE_TUBE_STREAM_GET_PRIVATE (self);
LmMessageNode *tube_node = NULL;
--
1.5.6.5
More information about the Telepathy-commits
mailing list