summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /libvo/vo_mga.c
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index a29bfe2d17..7a365151ac 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -38,7 +38,7 @@
#include "sub.h"
#include "aspect.h"
-static const vo_info_t info =
+static const vo_info_t info =
{
"Matrox G200/G4x0/G550 overlay (/dev/mga_vid)",
"mga",
@@ -77,7 +77,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
aspect_save_orig(width,height);
aspect_save_prescale(d_width,d_height);
aspect_save_screenres(vo_screenwidth,vo_screenheight);
-
+
if(flags&VOFLAG_FULLSCREEN) { /* -fs */
aspect(&d_width,&d_height,A_ZOOM);
vo_fs = VO_TRUE;
@@ -97,7 +97,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
mga_vid_config.x_org=(vo_screenwidth-d_width)/2;
mga_vid_config.y_org=(vo_screenheight-d_height)/2;
}
-
+
return mga_init(width,height,format);
}