changeset 30028:9ad7756adfa8

Fix a broken indentation.
author reimar
date Sat, 19 Dec 2009 20:45:34 +0000
parents f1651b3af651
children 0cc0965bc4c3
files libvo/gl_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.c	Sat Dec 19 20:44:55 2009 +0000
+++ b/libvo/gl_common.c	Sat Dec 19 20:45:34 2009 +0000
@@ -1092,7 +1092,7 @@
   switch (conv) {
     case YUV_CONVERSION_FRAGMENT:
     case YUV_CONVERSION_FRAGMENT_POW:
-     break;
+      break;
     case YUV_CONVERSION_FRAGMENT_LOOKUP:
       texs[0] = (*texu)++;
       ActiveTexture(GL_TEXTURE0 + texs[0]);