commit | 7efc2fc955087663f17848913c93835634bc2de8 | [log] [tgz] |
---|---|---|
author | Jae-Hyung Ahn <jerry.ahn@windriver.com> | Mon Nov 30 17:30:21 2009 +0900 |
committer | Bruce Beare <brucex.j.beare@intel.com> | Wed Mar 24 10:15:41 2010 -0700 |
tree | b63a73c36738ce9de25fdd88e982489572c76e5f | |
parent | 245b46fb0c330d9daefa8bf8e218b80a59f54778 [diff] |
gl_code : add end of line. Signed-off-by: Jae-Hyung Ahn <jerry.ahn@windriver.com>
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_changeBackground(JNIEnv * env, jobject obj) { background = 1.0f - background; -} \ No newline at end of file +} +