From 2e603d535518f0db237cc421bd4a83b430b77857 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 12 Sep 2012 12:37:04 -0400 Subject: object: Fix function declaration coding style --- gnl/gnlobject.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gnl/gnlobject.c b/gnl/gnlobject.c index 956d3ef..5c60a2e 100644 --- a/gnl/gnlobject.c +++ b/gnl/gnlobject.c @@ -67,16 +67,14 @@ static GParamSpec *properties[PROP_LAST]; static void gnl_object_dispose (GObject * object); -static void -gnl_object_set_property (GObject * object, guint prop_id, - const GValue * value, GParamSpec * pspec); -static void -gnl_object_get_property (GObject * object, guint prop_id, +static void gnl_object_set_property (GObject * object, guint prop_id, + const GValue * value, GParamSpec * pspec); +static void gnl_object_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec); -static GstStateChangeReturn -gnl_object_change_state (GstElement * element, GstStateChange transition); +static GstStateChangeReturn gnl_object_change_state (GstElement * element, + GstStateChange transition); static gboolean gnl_object_prepare_func (GnlObject * object); static gboolean gnl_object_cleanup_func (GnlObject * object); -- cgit v1.2.3