customtimelinesource: Fix indentation

This commit is contained in:
Edward Hervey 2009-11-25 11:55:50 +01:00
parent 70bd9d8832
commit 0493fbcc57

View file

@ -32,14 +32,14 @@
#include "ges-timeline-source.h" #include "ges-timeline-source.h"
G_DEFINE_TYPE (GESCustomTimelineSource, ges_cust_timeline_src, G_DEFINE_TYPE (GESCustomTimelineSource, ges_cust_timeline_src,
GES_TYPE_TIMELINE_SOURCE) GES_TYPE_TIMELINE_SOURCE);
static gboolean static gboolean
ges_cust_timeline_src_fill_track_object (GESTimelineObject * object, ges_cust_timeline_src_fill_track_object (GESTimelineObject * object,
GESTrackObject * trobject, GstElement * gnlobj); GESTrackObject * trobject, GstElement * gnlobj);
static void static void
ges_cust_timeline_src_get_property (GObject * object, ges_cust_timeline_src_get_property (GObject * object,
guint property_id, GValue * value, GParamSpec * pspec) guint property_id, GValue * value, GParamSpec * pspec)
{ {
switch (property_id) { switch (property_id) {