From 3ecf433432289b9c1990165f65bdd51aaad2eaa7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:44:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- gst/oldcore/gstaggregator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/oldcore/gstaggregator.h') diff --git a/gst/oldcore/gstaggregator.h b/gst/oldcore/gstaggregator.h index 24af881d..327e0bf8 100644 --- a/gst/oldcore/gstaggregator.h +++ b/gst/oldcore/gstaggregator.h @@ -30,7 +30,7 @@ G_BEGIN_DECLS typedef enum { - AGGREGATOR_LOOP = 1, + AGGREGATOR_LOOP = 1, AGGREGATOR_LOOP_SELECT, AGGREGATOR_CHAIN } GstAggregatorSchedType; @@ -46,8 +46,8 @@ typedef enum { #define GST_IS_AGGREGATOR_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AGGREGATOR)) -typedef struct _GstAggregator GstAggregator; -typedef struct _GstAggregatorClass GstAggregatorClass; +typedef struct _GstAggregator GstAggregator; +typedef struct _GstAggregatorClass GstAggregatorClass; struct _GstAggregator { GstElement element; @@ -67,7 +67,7 @@ struct _GstAggregatorClass { GstElementClass parent_class; }; -GType gst_aggregator_get_type (void); +GType gst_aggregator_get_type (void); G_END_DECLS -- cgit