remove space of code

Signed-off-by: tyBrave <tianyong13@huawei.com>
This commit is contained in:
tyBrave 2023-02-07 17:52:42 +08:00
parent 9aac9ccc1e
commit 3762e6ecbf
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ int EGLRender::CreateGlEnv()
EGL_DEPTH_SIZE, 16, EGL_STENCIL_SIZE, 8, EGL_NONE
};
const EGLint ctxAttr[] = {
EGL_CONTEXT_CLIENT_VERSION, 2,EGL_NONE
EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE
};
const EGLint surfaceAttr[] = {
EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE