evas-wayland-shm: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Fri, 6 Jan 2017 14:33:58 +0000 (09:33 -0500)
committerChris Michael <cp.michael@samsung.com>
Fri, 6 Jan 2017 14:33:58 +0000 (09:33 -0500)
NB: No functional changes, just reformatting so that this insane
one-liner wraps to 80...

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

index 9435284..9d9535b 100644 (file)
@@ -424,7 +424,11 @@ _evas_shm_surface_reconfigure(Surface *s, int w, int h, uint32_t flags, Eina_Boo
    surface = s->surf.shm;
    resize = !!flags;
 
-   if (force) for (; i < surface->num_buff; i++) surface->leaf[i].busy = EINA_FALSE;
+   if (force)
+     {
+        for (; i < surface->num_buff; i++)
+          surface->leaf[i].busy = EINA_FALSE;
+     }
 
    for (; i < surface->num_buff; i++)
      {