Fix whitespace issue

This commit is contained in:
Silvan Jegen 2022-05-22 14:08:53 +02:00
parent fe8280bf39
commit 561acf650a

1
dwl.c
View file

@ -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;