summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
authorMaciej Katafiasz <mathrick@mathrick.org>2006-05-06 00:14:09 +0000
committerMaciej Katafiasz <mathrick@mathrick.org>2006-05-06 00:14:09 +0000
commitbe7d42b5489c1062f2200e7f70677d2327ce8f12 (patch)
tree867277bba9213ed1803dd917a2df039d1b62daff /ext/gdk_pixbuf
parent59bc24d7388f546acfef09dc62868a6e984d5e18 (diff)
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.
Original commit message from CVS: Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/pixbufscale.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c
index 7c498d3d..0d6238b9 100644
--- a/ext/gdk_pixbuf/pixbufscale.c
+++ b/ext/gdk_pixbuf/pixbufscale.c
@@ -122,9 +122,10 @@ static gboolean gst_pixbufscale_handle_src_event (GstPad * pad,
static gboolean parse_caps (GstCaps * caps, gint * width, gint * height);
GST_BOILERPLATE (GstPixbufScale, gst_pixbufscale, GstBaseTransform,
- GST_TYPE_BASE_TRANSFORM)
+ GST_TYPE_BASE_TRANSFORM);
- static void gst_pixbufscale_base_init (gpointer g_class)
+static void
+gst_pixbufscale_base_init (gpointer g_class)
{
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);