devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d37ffa35998c5d3ad20fc2b91accaa320c82588b
commit d37ffa35998c5d3ad20fc2b91accaa320c82588b Author: Christopher Michael <[email protected]> Date: Fri Apr 17 16:21:22 2020 -0400 e_comp_wl_dmabuf: Fix another formatting snafu NB: No functional changes --- src/bin/e_comp_wl_dmabuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl_dmabuf.c b/src/bin/e_comp_wl_dmabuf.c index df00edaf5..c9eb41e90 100644 --- a/src/bin/e_comp_wl_dmabuf.c +++ b/src/bin/e_comp_wl_dmabuf.c @@ -128,6 +128,7 @@ params_add(struct wl_client *client, struct wl_resource *params_resource, } buffer->attributes.n_planes++; +} static void linux_dmabuf_wl_buffer_destroy(struct wl_client *client, struct wl_resource *resource) --
