summaryrefslogtreecommitdiffstats
path: root/opengl/java/com
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/com
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/com')
-rw-r--r--opengl/java/com/google/android/gles_jni/GLImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/java/com/google/android/gles_jni/GLImpl.java b/opengl/java/com/google/android/gles_jni/GLImpl.java
index 6b23be9..d4c0c80 100644
--- a/opengl/java/com/google/android/gles_jni/GLImpl.java
+++ b/opengl/java/com/google/android/gles_jni/GLImpl.java
@@ -39,7 +39,7 @@ public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
native private static void _nativeClassInit();
static {
- _nativeClassInit();
+ _nativeClassInit();
}
Buffer _colorPointer = null;