egl/wayland: add missing newline between functions

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5862>
This commit is contained in:
Eric Engestrom 2020-05-23 01:44:52 +02:00 committed by Marge Bot
parent ae5ac4cbb6
commit 3900659051

View File

@ -1049,6 +1049,7 @@ try_damage_buffer(struct dri2_egl_surface *dri2_surf,
}
return EGL_TRUE;
}
/**
* Called via eglSwapBuffers(), drv->API.SwapBuffers().
*/