summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/convolve.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 /gst/monoscope/convolve.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'gst/monoscope/convolve.h')
-rw-r--r--gst/monoscope/convolve.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gst/monoscope/convolve.h b/gst/monoscope/convolve.h
index d9709edc..d5f34d2b 100644
--- a/gst/monoscope/convolve.h
+++ b/gst/monoscope/convolve.h
@@ -21,7 +21,8 @@
#define CONVOLVE_H
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
/* convolve_match takes two blocks, one twice the size of the other. The
@@ -31,14 +32,13 @@ extern "C" {
#define CONVOLVE_BIG (CONVOLVE_SMALL * 2)
/* Convolution stuff */
-typedef struct _struct_convolve_state convolve_state;
+ typedef struct _struct_convolve_state convolve_state;
-convolve_state *convolve_init (void);
-void convolve_close (convolve_state * state);
+ convolve_state *convolve_init (void);
+ void convolve_close (convolve_state * state);
-int convolve_match (const int * lastchoice,
- const short int * input,
- convolve_state * state);
+ int convolve_match (const int *lastchoice,
+ const short int *input, convolve_state * state);
#ifdef __cplusplus
}