remove extra \n

This commit is contained in:
Palanix 2021-10-02 16:35:14 +02:00
parent da087b8c71
commit bda35440ce

1
dwl.c
View File

@ -895,7 +895,6 @@ createnotify(struct wl_listener *listener, void *data)
return; return;
} }
/* Allocate a Client for this surface */ /* Allocate a Client for this surface */
c = xdg_surface->data = calloc(1, sizeof(*c)); c = xdg_surface->data = calloc(1, sizeof(*c));
c->surface.xdg = xdg_surface; c->surface.xdg = xdg_surface;