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 // Create the OpenGL or OpenGL ES context for the window eglConfig
// //
GLFWbool _glfwCreateContextForConfigEGL(_GLFWwindow* window, GLFWbool _glfwCreateContextForConfigEGL(_GLFWwindow* window,
const _GLFWctxconfig* ctxconfig, const _GLFWctxconfig* ctxconfig,
EGLContext* context) EGLContext* context)
{ {
EGLint attribs[40]; EGLint attribs[40];
int index = 0; int index = 0;