diff options
author | Jae-Hyung Ahn <jerry.ahn@windriver.com> | 2009-11-30 17:30:21 +0900 |
---|---|---|
committer | Bruce Beare <brucex.j.beare@intel.com> | 2010-03-24 10:15:41 -0700 |
commit | f2c1d9ec4c577287b51518c685f7298c92a82334 (patch) | |
tree | 7b477fdc078cbae8768916e19e9445c6bd325cc6 /opengl | |
parent | a2d776b2d36b38d94a30fc5692fd71ce9697fe9c (diff) | |
download | frameworks_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.cpp | 3 |
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 +} + |