wayland_shm: Fix bad indenting

This commit is contained in:
Derek Foreman 2016-05-02 14:26:09 -05:00
parent 4f6e7a8ab3
commit 16108a972f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ _evas_surface_damage(struct wl_surface *s, int compositor_version, int w, int h,
for (k = 0; k < count; k++)
damage(s, rects[k].x, rects[k].y, rects[k].w, rects[k].h);
else
damage(s, 0, 0, w, h);
damage(s, 0, 0, w, h);
}
void