Use four spaces to indent

This commit is contained in:
pagedown
2022-08-08 21:26:29 +08:00
committed by Kovid Goyal
parent 06108d66b1
commit 0d116e6ef0
10 changed files with 40 additions and 40 deletions

8
glfw/egl_context.h vendored
View File

@@ -160,11 +160,11 @@ typedef EGLSurface (EGLAPIENTRY * PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)(EGLD
//
typedef struct _GLFWcontextEGL
{
EGLConfig config;
EGLContext handle;
EGLSurface surface;
EGLConfig config;
EGLContext handle;
EGLSurface surface;
void* client;
void* client;
} _GLFWcontextEGL;