From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/realcodecs/cook.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TOOLS/realcodecs/cook.c') diff --git a/TOOLS/realcodecs/cook.c b/TOOLS/realcodecs/cook.c index 8a8310d72e..0cbd43af54 100644 --- a/TOOLS/realcodecs/cook.c +++ b/TOOLS/realcodecs/cook.c @@ -184,7 +184,7 @@ void hexdump(void *pos, int len) { int lines=(len+15)>>4; while(lines--) { int len1=len, i; - fprintf(stderr, "%0x ", cpos); + fprintf(stderr, "%0x ", cpos); cpos1=cpos; for (i=0;i<16;i++) { if (len1>0) { @@ -204,7 +204,7 @@ void hexdump(void *pos, int len) { } len--; } - fputs("\n", stderr); + fputs("\n", stderr); } fputc('\n', stderr); } @@ -224,7 +224,7 @@ static int pkno=0; ulong RADecode(ulong p1,ulong p2,ulong p3,ulong p4,ulong* p5,ulong p6) { ulong result; int x,y; - + fprintf(stderr, "RADecode(ulong ctx=0x%0lx, ", p1); fprintf(stderr, "ulong src=0x%0lx,\n", p2); fprintf(stderr, "ulong len=0x%0lx,", p3); @@ -344,7 +344,7 @@ ulong RAInitDecoder(ulong p1,ulong p2) { memset(temp2,0x77,256); memcpy(temp2,temp[6],16); temp[6]=temp2; - + result=(*raInitDecoder)(p1,temp); hexdump((void*)temp[6], 32); // memcpy(p2,temp,4*11); @@ -414,7 +414,7 @@ ulong RASetFlavor(ulong p1,ulong p2) { fputs("######################## FLAVOR PROPERTIES ###################\n\n", stderr); #endif - + return result; } -- cgit v1.2.3