]> git.sesse.net Git - vlc/commitdiff
Remove trailing space.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Feb 2009 16:48:07 +0000 (17:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Feb 2009 16:48:07 +0000 (17:48 +0100)
src/video_output/vout_pictures.c

index 094813bd3f2d32467020892f270c036c6bfa60fb..60c1fca80e110a9ad479adaa192a61877034e79a 100644 (file)
@@ -466,7 +466,7 @@ void vout_PlacePicture( const vout_thread_t *p_vout,
         *pi_width = i_width;
         *pi_height = i_height;
     }
-    else 
+    else
     {
         int i_zoom = p_vout->i_zoom;
         /* be realistic, scaling factor confined between .2 and 10. */