From 5acffea623eaa95469a8fb77260c85240c6c0a41 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 15 Mar 2004 16:32:54 +0000 Subject: *.h: Revert indenting Original commit message from CVS: * *.h: Revert indenting --- gst/monoscope/convolve.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gst/monoscope/convolve.h') diff --git a/gst/monoscope/convolve.h b/gst/monoscope/convolve.h index d5f34d2b..d9709edc 100644 --- a/gst/monoscope/convolve.h +++ b/gst/monoscope/convolve.h @@ -21,8 +21,7 @@ #define CONVOLVE_H #ifdef __cplusplus -extern "C" -{ +extern "C" { #endif /* convolve_match takes two blocks, one twice the size of the other. The @@ -32,13 +31,14 @@ 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 } -- cgit