summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJae-Hyung Ahn <jerry.ahn@windriver.com>2009-11-30 17:30:21 +0900
committerBruce Beare <brucex.j.beare@intel.com>2010-03-24 10:15:41 -0700
commitf2c1d9ec4c577287b51518c685f7298c92a82334 (patch)
tree7b477fdc078cbae8768916e19e9445c6bd325cc6 /opengl
parenta2d776b2d36b38d94a30fc5692fd71ce9697fe9c (diff)
downloadframeworks_base-f2c1d9ec4c577287b51518c685f7298c92a82334.zip
frameworks_base-f2c1d9ec4c577287b51518c685f7298c92a82334.tar.gz
frameworks_base-f2c1d9ec4c577287b51518c685f7298c92a82334.tar.bz2
gl_code : add end of line.
Signed-off-by: Jae-Hyung Ahn <jerry.ahn@windriver.com>
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tests/gl_jni/jni/gl_code.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp
index 33b25ab..f031c79 100644
--- a/opengl/tests/gl_jni/jni/gl_code.cpp
+++ b/opengl/tests/gl_jni/jni/gl_code.cpp
@@ -180,4 +180,5 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_step(JNIEnv * env, jobjec
JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv * env, jobject obj)
{
background = 1.0f - background;
-} \ No newline at end of file
+}
+