diff libvo/vesa_lvo.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents d97a607821f1
children 04071c66eeb1
line wrap: on
line diff
--- a/libvo/vesa_lvo.c	Tue May 12 19:25:35 2009 +0000
+++ b/libvo/vesa_lvo.c	Wed May 13 02:58:57 2009 +0000
@@ -154,7 +154,7 @@
 
 	/*clear the buffer*/
 	memset(frames[0],0x80,mga_vid_config.frame_size*mga_vid_config.num_frames);
-	return 0;  
+	return 0;
 }
 
 void vlvo_term( void )
@@ -242,7 +242,7 @@
 	ioctl(lvo_handler,MGA_VID_FSEL,&next_frame);
 	next_frame=(next_frame+1)%mga_vid_config.num_frames;
 	lvo_mem=frames[next_frame];
-  }	
+  }
 }
 
 #if 0