evas-wayland-shm: Fix formatting

NB: No functional changes, just formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-26 11:19:06 -04:00
parent f5da8d2068
commit 2ceb37e14d
1 changed files with 5 additions and 5 deletions

View 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;