OSDN Git Service

Fix missing NL
authorBruce Beare <brucex.j.beare@intel.com>
Fri, 25 Jun 2010 16:08:12 +0000 (09:08 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 7 Jul 2011 01:45:59 +0000 (03:45 +0200)
Orig-Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
libs/rs/rsNoise.cpp
opengl/tests/gl_jni/jni/gl_code.cpp

index 764dc1a..4b67586 100644 (file)
@@ -253,4 +253,4 @@ float SC_turbulencef3(float x, float y, float z, float octaves)
 }
 
 }
-}
\ No newline at end of file
+}
index f031c79..ef66841 100644 (file)
@@ -181,4 +181,3 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv *
 {
     background = 1.0f - background;
 }
-