From d37ffa35998c5d3ad20fc2b91accaa320c82588b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 17 Apr 2020 16:21:22 -0400 Subject: [PATCH] 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)