[vlc-devel] commit: Remove trailing space. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Feb 14 17:48:19 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 14 17:48:07 2009 +0100| [74d8818a7628827277282fdf3beba70de8aea24a] | committer: Jean-Baptiste Kempf
Remove trailing space.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74d8818a7628827277282fdf3beba70de8aea24a
---
src/video_output/vout_pictures.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/vout_pictures.c b/src/video_output/vout_pictures.c
index 094813b..60c1fca 100644
--- a/src/video_output/vout_pictures.c
+++ b/src/video_output/vout_pictures.c
@@ -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. */
More information about the vlc-devel
mailing list