diff ra288.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 5f51b1e0bed6
children bfabfdf9ce55
line wrap: on
line diff
--- a/ra288.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/ra288.c	Sat Dec 17 18:14:38 2005 +0000
@@ -19,7 +19,7 @@
 
 #include "avcodec.h"
 #include "ra288.h"
- 
+
 typedef struct {
 	float	history[8];
 	float	output[40];
@@ -180,7 +180,7 @@
     if (x==c) fp=in;
     work[x]=*(table++)*(*(st1++)=*(fp++));
   }
-  
+
   prodsum(buffer1,work+n,i,n);
   prodsum(buffer2,work+a,j,n);