From fd23461c2b9e482262f5af6b96fcabf99fecca7f Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Fri, 25 Jun 2010 09:08:12 -0700 Subject: Fix missing NL Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62 Signed-off-by: Bruce Beare --- libs/rs/rsNoise.cpp | 2 +- opengl/tests/gl_jni/jni/gl_code.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/rs/rsNoise.cpp b/libs/rs/rsNoise.cpp index 764dc1a8cdd1..4b675861e791 100644 --- a/libs/rs/rsNoise.cpp +++ b/libs/rs/rsNoise.cpp @@ -253,4 +253,4 @@ float SC_turbulencef3(float x, float y, float z, float octaves) } } -} \ No newline at end of file +} diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp index f031c79cd33e..ef66841f2792 100644 --- a/opengl/tests/gl_jni/jni/gl_code.cpp +++ b/opengl/tests/gl_jni/jni/gl_code.cpp @@ -181,4 +181,3 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv * { background = 1.0f - background; } - -- cgit v1.2.3-59-g8ed1b