From f2c1d9ec4c577287b51518c685f7298c92a82334 Mon Sep 17 00:00:00 2001 From: Jae-Hyung Ahn Date: Mon, 30 Nov 2009 17:30:21 +0900 Subject: 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(-) (limited to 'opengl') 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 +} + -- cgit v1.1