diff TOOLS/realcodecs/14_4.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 8df85ad26746
children cef5275fc11f
line wrap: on
line diff
--- a/TOOLS/realcodecs/14_4.c	Tue May 12 19:25:35 2009 +0000
+++ b/TOOLS/realcodecs/14_4.c	Wed May 13 02:58:57 2009 +0000
@@ -137,7 +137,7 @@
 	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) {
@@ -157,7 +157,7 @@
 			}
 			len--;
 		}
-		fputs("\n", stderr);		
+		fputs("\n", stderr);
 	}
 	fputc('\n', stderr);
 }
@@ -177,7 +177,7 @@
 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);
@@ -261,7 +261,7 @@
 //	memset(temp2,0x77,256);
 //	memcpy(temp2,temp[6],16);
 //	temp[6]=temp2;
-	
+
 	result=(*raInitDecoder)(p1,/*temp*/p2);
 //	hexdump((void*)temp[6], 32);
 //	memcpy(p2,temp,4*11);
@@ -310,6 +310,6 @@
 
 	fputs("######################## FLAVOR PROPERTIES ###################\n\n", stderr);
 #endif
-	
+
 	return result;
 }