Fix indentation all through the project

Fixes a “regression” from 04918f3b0b, but
also other missed pieces.
This commit is contained in:
Emmanuel Gil Peyrot
2021-07-31 17:25:41 +02:00
committed by Link Mauve
parent 48cd15ed44
commit eff793ab46
25 changed files with 96 additions and 96 deletions
+4 -4
View File
@@ -93,8 +93,8 @@ weston_platform_get_egl_display(EGLenum platform, void *native_display,
if (!get_platform_display) {
get_platform_display = (PFNEGLGETPLATFORMDISPLAYEXTPROC)
weston_platform_get_egl_proc_address(
"eglGetPlatformDisplayEXT");
weston_platform_get_egl_proc_address(
"eglGetPlatformDisplayEXT");
}
if (get_platform_display)
@@ -114,8 +114,8 @@ weston_platform_create_egl_surface(EGLDisplay dpy, EGLConfig config,
if (!create_platform_window) {
create_platform_window = (PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)
weston_platform_get_egl_proc_address(
"eglCreatePlatformWindowSurfaceEXT");
weston_platform_get_egl_proc_address(
"eglCreatePlatformWindowSurfaceEXT");
}
if (create_platform_window)