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 | 7efc2fc955087663f17848913c93835634bc2de8 (patch) | |
tree | b63a73c36738ce9de25fdd88e982489572c76e5f /opengl | |
parent | 245b46fb0c330d9daefa8bf8e218b80a59f54778 (diff) | |
download | frameworks_native-7efc2fc955087663f17848913c93835634bc2de8.zip frameworks_native-7efc2fc955087663f17848913c93835634bc2de8.tar.gz frameworks_native-7efc2fc955087663f17848913c93835634bc2de8.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 +} + |