summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:20:37 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:07 -0500
commitbc4ef4ab6230a8b8f35fcfb3101252482946f6e1 (patch)
treea897bce987d1813466217f3aed1e9e71e1d48cfa /ext/mimic/gstmimenc.h
parent2451f95e0f450ea6f91d9fedd4f3dd4a1f622c3e (diff)
downloadgst-plugins-bad-bc4ef4ab6230a8b8f35fcfb3101252482946f6e1.tar.gz
gst-plugins-bad-bc4ef4ab6230a8b8f35fcfb3101252482946f6e1.tar.bz2
gst-plugins-bad-bc4ef4ab6230a8b8f35fcfb3101252482946f6e1.zip
Re-indent to GST style
Diffstat (limited to 'ext/mimic/gstmimenc.h')
-rw-r--r--ext/mimic/gstmimenc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/mimic/gstmimenc.h b/ext/mimic/gstmimenc.h
index 77b0a783..c21d714f 100644
--- a/ext/mimic/gstmimenc.h
+++ b/ext/mimic/gstmimenc.h
@@ -28,7 +28,6 @@
#include <mimic.h>
G_BEGIN_DECLS
-
#define GST_TYPE_MIMENC \
(gst_mimenc_get_type())
#define GST_MIMENC(obj) \
@@ -39,8 +38,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_MIMENC))
#define GST_IS_MIMENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MIMENC))
-
-typedef struct _GstMimEnc GstMimEnc;
+typedef struct _GstMimEnc GstMimEnc;
typedef struct _GstMimEncClass GstMimEncClass;
struct _GstMimEnc
@@ -66,5 +64,4 @@ struct _GstMimEncClass
GType gst_mimenc_get_type (void);
G_END_DECLS
-
#endif /* __GST_MIMENC_H__ */