mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
egl/main: fix indentation
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com>
This commit is contained in:
parent
dd007d1c2a
commit
44265cc65e
2 changed files with 2 additions and 2 deletions
|
|
@ -538,7 +538,7 @@ _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy,
|
|||
val = attrib_list[i + 1];
|
||||
|
||||
if (!_eglIsConfigAttribValid(conf, attr))
|
||||
return EGL_FALSE;
|
||||
return EGL_FALSE;
|
||||
|
||||
_eglSetConfigKey(conf, attr, val);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ _eglNativePlatformDetectNativeDisplay(void *nativeDisplay)
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_HAIKU_PLATFORM
|
||||
return _EGL_PLATFORM_HAIKU;
|
||||
return _EGL_PLATFORM_HAIKU;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue