From 39fd8a2dbd436cbabe5e336d1145b62c2a885ed5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 15 Mar 2004 16:32:54 +0000 Subject: *.h: Revert indenting Original commit message from CVS: * *.h: Revert indenting --- gst/smooth/gstsmooth.h | 45 +++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 24 deletions(-) (limited to 'gst/smooth/gstsmooth.h') diff --git a/gst/smooth/gstsmooth.h b/gst/smooth/gstsmooth.h index aae3cc21..eb32de36 100644 --- a/gst/smooth/gstsmooth.h +++ b/gst/smooth/gstsmooth.h @@ -25,9 +25,8 @@ #include #ifdef __cplusplus -extern "C" -{ -#endif /* __cplusplus */ +extern "C" { +#endif /* __cplusplus */ #define GST_TYPE_SMOOTH \ @@ -41,36 +40,34 @@ extern "C" #define GST_IS_SMOOTH_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SMOOTH)) - typedef struct _GstSmooth GstSmooth; - typedef struct _GstSmoothClass GstSmoothClass; +typedef struct _GstSmooth GstSmooth; +typedef struct _GstSmoothClass GstSmoothClass; - struct _GstSmooth - { - GstElement element; +struct _GstSmooth { + GstElement element; - int format; - int width; - int height; + int format; + int width; + int height; - gboolean active; - int tolerance; - int filtersize; - gboolean lum_only; + gboolean active; + int tolerance; + int filtersize; + gboolean lum_only; - GstPad *sinkpad, *srcpad; - }; + GstPad *sinkpad,*srcpad; +}; - struct _GstSmoothClass - { - GstElementClass parent_class; - }; +struct _GstSmoothClass { + GstElementClass parent_class; +}; - GType gst_smooth_get_type (void); +GType gst_smooth_get_type(void); #ifdef __cplusplus } -#endif /* __cplusplus */ +#endif /* __cplusplus */ -#endif /* __GST_SMOOTH_H__ */ +#endif /* __GST_SMOOTH_H__ */ -- cgit v1.2.1