From 561acf650a98240f4b722cfa27ff859e3cfbf96b Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 22 May 2022 14:08:53 +0200 Subject: [PATCH] Fix whitespace issue --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index 0ea8a05..4e8f3f2 100644 --- a/dwl.c +++ b/dwl.c @@ -1044,7 +1044,6 @@ createnotify(struct wl_listener *listener, void *data) } else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE) return; - /* Allocate a Client for this surface */ c = xdg_surface->data = ecalloc(1, sizeof(*c)); c->surface.xdg = xdg_surface;