aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-05-23 01:44:52 +0200
committerMarge Bot <[email protected]>2020-07-13 09:08:00 +0000
commit39006590517de05709d32378d6024de8041035d0 (patch)
tree1d5a613d82087d50ecf0d400c9ad3f7f1172683c /src/egl
parentae5ac4cbb6aee53ff7fa2246eff687b56ff7e2fe (diff)
egl/wayland: add missing newline between functions
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Frank Binns <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5862>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/platform_wayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c
index c4177f8799c..d5e16cf9308 100644
--- a/src/egl/drivers/dri2/platform_wayland.c
+++ b/src/egl/drivers/dri2/platform_wayland.c
@@ -1049,6 +1049,7 @@ try_damage_buffer(struct dri2_egl_surface *dri2_surf,
}
return EGL_TRUE;
}
+
/**
* Called via eglSwapBuffers(), drv->API.SwapBuffers().
*/