egl: Fix up indentation on previous commit

This was requested in review but I pushed the wrong version.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2016-09-08 13:21:24 -04:00
parent a279760536
commit dbda375d6f

View File

@@ -460,8 +460,8 @@ _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy,
* *
* According to EGL 1.5 Section 3.7: * According to EGL 1.5 Section 3.7:
* *
* "EGL_OPENGL_API and EGL_OPENGL_ES_API are interchangeable for all * "EGL_OPENGL_API and EGL_OPENGL_ES_API are interchangeable for all
* purposes except eglCreateContext." * purposes except eglCreateContext."
* *
* And since we only support GL and GLES, this is the only place where the * And since we only support GL and GLES, this is the only place where the
* bound API matters at all. We look up the current API from the current * bound API matters at all. We look up the current API from the current