From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra288.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/ra288.c') diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 9082920..9058874 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -19,7 +19,7 @@ #include "avcodec.h" #include "ra288.h" - + typedef struct { float history[8]; float output[40]; @@ -180,7 +180,7 @@ static void co(int n, int i, int j, float *in, float *out, float *st1, float *st if (x==c) fp=in; work[x]=*(table++)*(*(st1++)=*(fp++)); } - + prodsum(buffer1,work+n,i,n); prodsum(buffer2,work+a,j,n); -- cgit v1.1