summaryrefslogtreecommitdiffstats
path: root/src/egl/main
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-09-08 13:21:24 -0400
committerAdam Jackson <ajax@redhat.com>2016-09-08 13:21:27 -0400
commitdbda375d6fe29a1a0822fe5123c55c33ecfa7894 (patch)
treec5d4743b0ffcf0d2bf356f4bb2c156efe6506eb3 /src/egl/main
parenta279760536be03702a3eb133c51079907a2ccc9c (diff)
downloadexternal_mesa3d-dbda375d6fe29a1a0822fe5123c55c33ecfa7894.zip
external_mesa3d-dbda375d6fe29a1a0822fe5123c55c33ecfa7894.tar.gz
external_mesa3d-dbda375d6fe29a1a0822fe5123c55c33ecfa7894.tar.bz2
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>
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/eglcontext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/main/eglcontext.c b/src/egl/main/eglcontext.c
index 057b60f..58740c3 100644
--- a/src/egl/main/eglcontext.c
+++ b/src/egl/main/eglcontext.c
@@ -460,8 +460,8 @@ _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy,
*
* According to EGL 1.5 Section 3.7:
*
- * "EGL_OPENGL_API and EGL_OPENGL_ES_API are interchangeable for all
- * purposes except eglCreateContext."
+ * "EGL_OPENGL_API and EGL_OPENGL_ES_API are interchangeable for all
+ * purposes except eglCreateContext."
*
* 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