diff gui/mplayer/gui_common.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 9e739bdb049c
children 6ef41a766a74
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c	Tue May 12 19:25:35 2009 +0000
+++ b/gui/mplayer/gui_common.c	Wed May 13 02:58:57 2009 +0000
@@ -54,7 +54,7 @@
 {
  int i;
  char * p;
- 
+
  switch ( guiIntfStruct.StreamType )
   {
    case STREAMTYPE_STREAM:
@@ -214,16 +214,16 @@
  for ( iy=y;iy < (int)(y+bf->Height / max);iy++ )
   for ( ix=x;ix < (int)(x+bf->Width);ix++ )
    {
-    tmp=drw[i++]; 
+    tmp=drw[i++];
     if ( tmp != 0x00ff00ff ) buf[iy * image_width + ix]=tmp;
    }
 #else
- yc=y * image_width; 
+ yc=y * image_width;
  for ( iy=y;iy < (int)(y+bf->Height / max);iy++ )
   {
    for ( ix=x;ix < (int)(x+bf->Width);ix++ )
     {
-     tmp=drw[i++]; 
+     tmp=drw[i++];
      if ( tmp != 0x00ff00ff ) buf[yc + ix]=tmp;
     }
    yc+=image_width;
@@ -248,7 +248,7 @@
  {
   for ( ix=x;ix < (int)(x+w);ix++ )
    {
-    tmp=drw[i++]; 
+    tmp=drw[i++];
     if ( tmp != 0x00ff00ff ) buf[iy * image_width + ix]=tmp;
    }
   i+=r;