summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/mikmod_types.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
commit5d25c00e4b613b9cdf2c04fa3a68dffa03834a68 (patch)
tree74a5b1eaf3a324b520e64e87404fd0b3018a7829 /ext/mikmod/mikmod_types.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'ext/mikmod/mikmod_types.h')
-rw-r--r--ext/mikmod/mikmod_types.h35
1 files changed, 18 insertions, 17 deletions
diff --git a/ext/mikmod/mikmod_types.h b/ext/mikmod/mikmod_types.h
index c431faf9..8559455c 100644
--- a/ext/mikmod/mikmod_types.h
+++ b/ext/mikmod/mikmod_types.h
@@ -20,25 +20,26 @@
#define __MIKMOD_TYPES_H__
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
-gboolean MOD_CheckType (GstBuffer *buf);
-gboolean Mod_669_CheckType (GstBuffer *buf);
-gboolean Amf_CheckType (GstBuffer *buf);
-gboolean Dsm_CheckType (GstBuffer *buf);
-gboolean Fam_CheckType (GstBuffer *buf);
-gboolean Gdm_CheckType (GstBuffer *buf);
-gboolean Imf_CheckType (GstBuffer *buf);
-gboolean It_CheckType (GstBuffer *buf);
-gboolean M15_CheckType (GstBuffer *buf);
-gboolean Mtm_CheckType (GstBuffer *buf);
-gboolean Okt_CheckType (GstBuffer *buf);
-gboolean S3m_CheckType (GstBuffer *buf);
-gboolean Xm_CheckType (GstBuffer *buf);
+ gboolean MOD_CheckType (GstBuffer * buf);
+ gboolean Mod_669_CheckType (GstBuffer * buf);
+ gboolean Amf_CheckType (GstBuffer * buf);
+ gboolean Dsm_CheckType (GstBuffer * buf);
+ gboolean Fam_CheckType (GstBuffer * buf);
+ gboolean Gdm_CheckType (GstBuffer * buf);
+ gboolean Imf_CheckType (GstBuffer * buf);
+ gboolean It_CheckType (GstBuffer * buf);
+ gboolean M15_CheckType (GstBuffer * buf);
+ gboolean Mtm_CheckType (GstBuffer * buf);
+ gboolean Okt_CheckType (GstBuffer * buf);
+ gboolean S3m_CheckType (GstBuffer * buf);
+ gboolean Xm_CheckType (GstBuffer * buf);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __MIKMOD_TYPES_H__ */
+#endif /* __MIKMOD_TYPES_H__ */