Skip to content

Commit f2c1d9e

Browse files
JaehyungAhnBruce Beare
authored andcommitted
gl_code : add end of line.
Signed-off-by: Jae-Hyung Ahn <jerry.ahn@windriver.com>
1 parent a2d776b commit f2c1d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opengl/tests/gl_jni/jni/gl_code.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,5 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_step(JNIEnv * env, jobjec
180180
JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv * env, jobject obj)
181181
{
182182
background = 1.0f - background;
183-
}
183+
}
184+

0 commit comments

Comments
 (0)