From 7efc2fc955087663f17848913c93835634bc2de8 Mon Sep 17 00:00:00 2001 From: Jae-Hyung Ahn Date: Mon, 30 Nov 2009 17:30:21 +0900 Subject: [PATCH 1/2] gl_code : add end of line. Signed-off-by: Jae-Hyung Ahn --- opengl/tests/gl_jni/jni/gl_code.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp index 33b25ab6c..f031c79cd 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 +} +