From dd854e47ba52ba5692b12da6e2e2848b2ce31308 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Tue, 14 Jul 2020 12:38:18 +0100 Subject: [PATCH] Formatting --- src/egl_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl_context.c b/src/egl_context.c index 2ea33da4..eb8d6a74 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -503,8 +503,8 @@ void _glfwTerminateEGL(void) // Create the OpenGL or OpenGL ES context for the window eglConfig // GLFWbool _glfwCreateContextForConfigEGL(_GLFWwindow* window, - const _GLFWctxconfig* ctxconfig, - EGLContext* context) + const _GLFWctxconfig* ctxconfig, + EGLContext* context) { EGLint attribs[40]; int index = 0;