From bda35440ce4e14ae09ecb12d16becc1f1e317822 Mon Sep 17 00:00:00 2001 From: Palanix Date: Sat, 2 Oct 2021 16:35:14 +0200 Subject: [PATCH] remove extra \n --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index afb8921..045c178 100644 --- a/dwl.c +++ b/dwl.c @@ -895,7 +895,6 @@ createnotify(struct wl_listener *listener, void *data) return; } - /* Allocate a Client for this surface */ c = xdg_surface->data = calloc(1, sizeof(*c)); c->surface.xdg = xdg_surface;