diff sh4/dsputil_sh4.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 7d328fd9d8a5
children bfabfdf9ce55
line wrap: on
line diff
--- a/sh4/dsputil_sh4.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/sh4/dsputil_sh4.c	Sat Dec 17 18:14:38 2005 +0000
@@ -59,7 +59,7 @@
 
 static void clear_blocks_sh4(DCTELEM *blocks)
 {
-//	if (((int)blocks&7)==0) 
+//	if (((int)blocks&7)==0)
 	memzero_align8(blocks,sizeof(DCTELEM)*6*64);
 }
 
@@ -109,7 +109,7 @@
 	dsputil_init_align(c,avctx);
 
 	c->clear_blocks = clear_blocks_sh4;
-	if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_SH4){        
+	if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_SH4){
 		c->idct_put = idct_put;
 		c->idct_add = idct_add;
                c->idct     = idct_sh4;