OSDN Git Service

opengl: Fix whitespace in Java templates
[android-x86/frameworks-native.git] / opengl / tools / glgen / stubs / gles11 / glTransformFeedbackVaryings.java
index c824344..b63a11d 100644 (file)
@@ -1,8 +1,8 @@
-       // C function void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
+    // C function void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
 
-       public static native void glTransformFeedbackVaryings(
+    public static native void glTransformFeedbackVaryings(
         int program,
         String[] varyings,
         int bufferMode
-       );
+    );