summaryrefslogtreecommitdiffstats
path: root/ext/arts/gst_artsio_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/arts/gst_artsio_impl.h')
-rw-r--r--ext/arts/gst_artsio_impl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/arts/gst_artsio_impl.h b/ext/arts/gst_artsio_impl.h
index c67fbd2b..8ffb29b6 100644
--- a/ext/arts/gst_artsio_impl.h
+++ b/ext/arts/gst_artsio_impl.h
@@ -1,14 +1,14 @@
#include <gst/gst.h>
#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
+extern "C" {
+#endif /* __cplusplus */
- void *gst_arts_wrapper_new (GstPad * sinkpad, GstPad * sourcepad);
- void gst_arts_wrapper_free (void *wrapper);
- void gst_arts_wrapper_do (void *wrapper);
+void *gst_arts_wrapper_new(GstPad *sinkpad, GstPad *sourcepad);
+void gst_arts_wrapper_free(void *wrapper);
+void gst_arts_wrapper_do(void *wrapper);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
+