diff TOOLS/bmovl-test.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 7dbca1914d9f
children b573c7c7173b
line wrap: on
line diff
--- a/TOOLS/bmovl-test.c	Tue May 12 19:25:35 2009 +0000
+++ b/TOOLS/bmovl-test.c	Wed May 13 02:58:57 2009 +0000
@@ -15,10 +15,10 @@
 {
 	char str[100];
 	int  nbytes;
-	
+
 	sprintf(str, "RGBA32 %d %d %d %d %d %d\n",
 	        width, height, xpos, ypos, alpha, clear);
-	
+
 	if(DEBUG) printf("Sending %s", str);
 
 	write(fifo, str, strlen(str));
@@ -33,7 +33,7 @@
 
 	sprintf(str, "ALPHA %d %d %d %d %d\n",
 	        width, height, xpos, ypos, alpha);
-	
+
 	if(DEBUG) printf("Sending %s", str);
 
 	write(fifo, str, strlen(str));
@@ -110,7 +110,7 @@
 	for(i=-255; i <= 0; i++)
 		set_alpha(fifo, image->w, image->h,
 		          (width/2)-(image->w/2), (height/2)-(image->h/2), i);
-	
+
 
 	// Clean up
 	free(bitmap);