From 11328ad67f4b99195453b569e25e47bf47d6482f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 10 Feb 2009 19:20:19 +0000 Subject: Re-indent the siren stuff to be gst style --- gst/siren/gstsiren.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/siren/gstsiren.h') diff --git a/gst/siren/gstsiren.h b/gst/siren/gstsiren.h index 92b662ba..0f826226 100644 --- a/gst/siren/gstsiren.h +++ b/gst/siren/gstsiren.h @@ -27,7 +27,6 @@ #include G_BEGIN_DECLS - /* #define's don't like whitespacey bits */ #define GST_TYPE_SIREN \ (gst_siren_get_type()) @@ -41,7 +40,6 @@ G_BEGIN_DECLS (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_SIREN)) #define GST_IS_SIREN_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SIREN)) - typedef struct _GstSiren GstSiren; typedef struct _GstSirenClass GstSirenClass; typedef struct _GstSirenPrivate GstSirenPrivate; @@ -65,5 +63,4 @@ struct _GstSirenClass GType gst_siren_get_type (void); G_END_DECLS - #endif /* __GST_SIREN_H__ */ -- cgit v1.2.1