From 23a8967a4c43fbfc4ab7e20492b914857b1c600b Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 3 Dec 2008 10:42:53 +0000 Subject: Reindent after previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28073 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/w32_common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libvo') diff --git a/libvo/w32_common.c b/libvo/w32_common.c index 7674ba894b..29a756163f 100644 --- a/libvo/w32_common.c +++ b/libvo/w32_common.c @@ -381,11 +381,11 @@ int vo_w32_config(uint32_t width, uint32_t height, uint32_t flags) { o_dheight = height; if (WinID < 0) { - // the desired size is ignored in wid mode, it always matches the window size. - prev_width = vo_dwidth = width; - prev_height = vo_dheight = height; - prev_x = vo_dx; - prev_y = vo_dy; + // the desired size is ignored in wid mode, it always matches the window size. + prev_width = vo_dwidth = width; + prev_height = vo_dheight = height; + prev_x = vo_dx; + prev_y = vo_dy; } vo_fs = flags & VOFLAG_FULLSCREEN; -- cgit v1.2.3