[Telepathy-commits] [telepathy-gabble/master] Coding style: no newline after return type in function declarations
Will Thompson
will.thompson at collabora.co.uk
Tue Dec 2 04:33:57 PST 2008
---
src/jingle-factory.c | 5 ++---
src/jingle-media-rtp.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/jingle-factory.c b/src/jingle-factory.c
index 96ab2f6..3798c3f 100644
--- a/src/jingle-factory.c
+++ b/src/jingle-factory.c
@@ -72,9 +72,8 @@ struct _GabbleJingleFactoryPrivate
#define GABBLE_JINGLE_FACTORY_GET_PRIVATE(o)\
((GabbleJingleFactoryPrivate *) ((o)->priv))
-static LmHandlerResult
-jingle_cb (LmMessageHandler *handler, LmConnection *lmconn,
- LmMessage *message, gpointer user_data);
+static LmHandlerResult jingle_cb (LmMessageHandler *handler,
+ LmConnection *lmconn, LmMessage *message, gpointer user_data);
static GabbleJingleSession *create_session (GabbleJingleFactory *fac,
const gchar *sid, TpHandle peer, const gchar *peer_resource);
diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index d35243c..1a3693b 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -168,9 +168,8 @@ gabble_jingle_media_rtp_set_property (GObject *object,
}
}
-static void
-parse_description (GabbleJingleContent *content, LmMessageNode *desc_node,
- GError **error);
+static void parse_description (GabbleJingleContent *content,
+ LmMessageNode *desc_node, GError **error);
static void produce_description (GabbleJingleContent *obj,
LmMessageNode *content_node);
--
1.5.6.5
More information about the Telepathy-commits
mailing list