Formatting

This commit is contained in:
Doug Binks 2020-07-14 12:38:18 +01:00
parent 931ba89aad
commit dd854e47ba

View File

@ -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;