summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-03 10:42:53 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-03 10:42:53 +0000
commit23a8967a4c43fbfc4ab7e20492b914857b1c600b (patch)
tree38db26f29bdcef38e222574fb88210a1ba29713d /libvo
parentc4386a8333c19e28005d7a47aa2a34c60e139912 (diff)
downloadmpv-23a8967a4c43fbfc4ab7e20492b914857b1c600b.tar.bz2
mpv-23a8967a4c43fbfc4ab7e20492b914857b1c600b.tar.xz
Reindent after previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28073 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c10
1 files changed, 5 insertions, 5 deletions
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;