evas-wayland-shm: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Wed, 26 Oct 2016 15:19:06 +0000 (11:19 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 26 Oct 2016 15:19:06 +0000 (11:19 -0400)
NB: No functional changes, just formatting

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

index 7f73047..e777b2f 100644 (file)
@@ -649,11 +649,11 @@ _evas_dmabuf_buffer_init(Dmabuf_Surface *s, int w, int h)
    out->surface = s;
    out->bh = bm->alloc(bm, "name", w, h, &out->stride, &out->fd);
    if (!out->bh)
-   {
-      free(out);
-      _fallback(s, w, h);
-      return NULL;
-   }
+     {
+        free(out);
+        _fallback(s, w, h);
+        return NULL;
+     }
    out->w = w;
    out->h = h;