evas-wayland-shm: Minor formatting fix

NB: No functional changes, just formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-11 10:04:37 -05:00
parent 6a46b08c3b
commit d1216ba7dd
1 changed files with 2 additions and 1 deletions

View File

@ -643,7 +643,8 @@ _evas_outbuf_redraws_clear(Outbuf *ob)
ob->priv.rect_count = 0;
}
void _evas_outbuf_surface_set(Outbuf *ob, struct wl_shm *wl_shm, struct zwp_linux_dmabuf_v1 *wl_dmabuf, struct wl_surface *wl_surface)
void
_evas_outbuf_surface_set(Outbuf *ob, struct wl_shm *wl_shm, struct zwp_linux_dmabuf_v1 *wl_dmabuf, struct wl_surface *wl_surface)
{
if (ob->surface->funcs.surface_set(ob->surface, wl_shm, wl_dmabuf, wl_surface))
ob->dirty = EINA_TRUE;