summaryrefslogtreecommitdiffstats
path: root/opengl/java/android/opengl/GLES11Ext.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-02-25 09:40:05 -0500
committerJohn Spurlock <jspurlock@google.com>2014-02-25 09:49:29 -0500
commit8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44 (patch)
treea71a241bf554a157a25d54dce66364d7881c3579 /opengl/java/android/opengl/GLES11Ext.java
parent875e2101d71afe7e4acf10b061c942fbf7294775 (diff)
downloadframeworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.zip
frameworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.tar.gz
frameworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.tar.bz2
Tabs -> spaces in frameworks/base.
Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
Diffstat (limited to 'opengl/java/android/opengl/GLES11Ext.java')
-rw-r--r--opengl/java/android/opengl/GLES11Ext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/java/android/opengl/GLES11Ext.java b/opengl/java/android/opengl/GLES11Ext.java
index 484439a..04d1b5d 100644
--- a/opengl/java/android/opengl/GLES11Ext.java
+++ b/opengl/java/android/opengl/GLES11Ext.java
@@ -132,7 +132,7 @@ public class GLES11Ext {
native private static void _nativeClassInit();
static {
- _nativeClassInit();
+ _nativeClassInit();
}
private static final int GL_BYTE = GLES10.GL_BYTE;