changeset 31744:e87d7a5949b1

Fix indentation.
author reimar
date Sun, 25 Jul 2010 12:22:02 +0000
parents f3315500970f
children 02e01a5e1010
files libvo/vo_corevideo.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;