Fix indentation all through the project
Fixes a “regression” from 04918f3b0b, but
also other missed pieces.
This commit is contained in:
committed by
Link Mauve
parent
48cd15ed44
commit
eff793ab46
+4
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user