summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-25 11:49:36 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:45 +0200
commit79662b6f196ded3244809013db00333c214a8d01 (patch)
tree636165eba02e78f1f432bb5e6aec0388a2760ef9 /libvo/vo_corevideo.h
parent465839a39512adc879c793393a570c5737350df1 (diff)
downloadmpv-79662b6f196ded3244809013db00333c214a8d01.tar.bz2
mpv-79662b6f196ded3244809013db00333c214a8d01.tar.xz
vo_corevideo: indentation fixes
Cosmetics: indentation fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31808 b3059339-0415-0410-9bf9-f77b7e298cf2 Fix indentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31810 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_corevideo.h')
-rw-r--r--libvo/vo_corevideo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_corevideo.h b/libvo/vo_corevideo.h
index 691ebe6537..da424030e6 100644
--- a/libvo/vo_corevideo.h
+++ b/libvo/vo_corevideo.h
@@ -48,10 +48,10 @@
CVOpenGLTextureRef texture;
NSRect textureFrame;
- GLfloat lowerLeft[2];
- GLfloat lowerRight[2];
- GLfloat upperRight[2];
- GLfloat upperLeft[2];
+ GLfloat lowerLeft[2];
+ GLfloat lowerRight[2];
+ GLfloat upperRight[2];
+ GLfloat upperLeft[2];
BOOL mouseHide;