# HG changeset patch # User reimar # Date 1280060522 0 # Node ID e87d7a5949b1233be1aa3fc63be192b1f18ae8aa # Parent f3315500970f40012a8cb7c1327c4b9ec3e5c430 Fix indentation. diff -r f3315500970f -r e87d7a5949b1 libvo/vo_corevideo.h --- a/libvo/vo_corevideo.h Sun Jul 25 11:53:44 2010 +0000 +++ b/libvo/vo_corevideo.h Sun Jul 25 12:22:02 2010 +0000 @@ -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;