summaryrefslogtreecommitdiffstats
path: root/opengl/tests
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-03-27 14:05:29 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-03-27 14:06:47 +0100
commit0f036d43b00d602a073b413d0fc746c82ca1db7a (patch)
treee45c7461795a6e15c0d1e3bbd4d1248924552984 /opengl/tests
parentc80fae6e8576b9675e4d9305986fe0341e6db3c9 (diff)
downloadframeworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.zip
frameworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.tar.gz
frameworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.tar.bz2
gl_code.cpp: Remove a DOS style newline
Change-Id: Id3edd6e511371fa8b0afef2e90baed4662ed76c4 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'opengl/tests')
-rw-r--r--opengl/tests/gl2_jni/jni/gl_code.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl2_jni/jni/gl_code.cpp b/opengl/tests/gl2_jni/jni/gl_code.cpp
index fa6bd93..ed896a4 100644
--- a/opengl/tests/gl2_jni/jni/gl_code.cpp
+++ b/opengl/tests/gl2_jni/jni/gl_code.cpp
@@ -153,7 +153,7 @@ extern "C" {
JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * env, jobject obj);
};
-JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height)
+JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height)
{
setupGraphics(width, height);
}