From 3ecf433432289b9c1990165f65bdd51aaad2eaa7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:44:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- gst/monoscope/convolve.c | 4 ++-- gst/monoscope/convolve.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/monoscope') diff --git a/gst/monoscope/convolve.c b/gst/monoscope/convolve.c index 4d282148..070baa4d 100644 --- a/gst/monoscope/convolve.c +++ b/gst/monoscope/convolve.c @@ -19,7 +19,7 @@ * * * Note: 7th December 2004: This file used to be licensed under the GPL, - * but we got permission from Ralp Loader to relicense it to LGPL. + * but we got permission from Ralp Loader to relicense it to LGPL. * * $Id$ * @@ -288,7 +288,7 @@ convolve_match (const int *lastchoice, for (i = 0; i < 256; i++) right[i] -= avg; /* End-of-stack marker. */ -#if 0 /* The following line produces a CRASH, need to figure out why?!! */ +#if 0 /* The following line produces a CRASH, need to figure out why?!! */ top[1].b.null = scratch; #endif top[1].b.main = NULL; diff --git a/gst/monoscope/convolve.h b/gst/monoscope/convolve.h index ff2b1e25..dc934ec8 100644 --- a/gst/monoscope/convolve.h +++ b/gst/monoscope/convolve.h @@ -44,8 +44,8 @@ convolve_state *convolve_init (void); void convolve_close (convolve_state * state); int convolve_match (const int * lastchoice, - const short int * input, - convolve_state * state); + const short int * input, + convolve_state * state); #ifdef __cplusplus } -- cgit