diff libmpcodecs/vf_rgb2bgr.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 00fff9a3b735
children bbb6ebec87a0
line wrap: on
line diff
--- a/libmpcodecs/vf_rgb2bgr.c	Tue May 12 19:25:35 2009 +0000
+++ b/libmpcodecs/vf_rgb2bgr.c	Wed May 13 02:58:57 2009 +0000
@@ -33,7 +33,7 @@
     case IMGFMT_BGR24: return IMGFMT_RGB24;
     case IMGFMT_BGR32: return IMGFMT_RGB32;
     }
-    return 0;    
+    return 0;
 }
 
 static int config(struct vf_instance_s* vf,