summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/mikmod_types.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
commit5acffea623eaa95469a8fb77260c85240c6c0a41 (patch)
tree5d1eb5b3c6cbe7ff7888cfe0b2f972f7e509e99d /ext/mikmod/mikmod_types.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'ext/mikmod/mikmod_types.h')
-rw-r--r--ext/mikmod/mikmod_types.h35
1 files changed, 17 insertions, 18 deletions
diff --git a/ext/mikmod/mikmod_types.h b/ext/mikmod/mikmod_types.h
index 8559455c..c431faf9 100644
--- a/ext/mikmod/mikmod_types.h
+++ b/ext/mikmod/mikmod_types.h
@@ -20,26 +20,25 @@
#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__ */