evas-wayland-shm: Minor formatting fix
authorChris Michael <cp.michael@samsung.com>
Wed, 11 Jan 2017 15:04:37 +0000 (10:04 -0500)
committerChris Michael <cp.michael@samsung.com>
Wed, 11 Jan 2017 17:36:16 +0000 (12:36 -0500)
NB: No functional changes, just formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/wayland_shm/evas_outbuf.c

index bcfbb67..653d8ec 100644 (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;