fix indentation of the braces

This commit is contained in:
Palanix 2021-10-03 12:16:03 +02:00
parent bda35440ce
commit eb1ddd782b

3
dwl.c
View File

@ -884,8 +884,7 @@ createnotify(struct wl_listener *listener, void *data)
if (xdg_surface->role != WLR_XDG_SURFACE_ROLE_TOPLEVEL) {
Client *sel = selclient();
struct wlr_box pop_box =
{
struct wlr_box pop_box = {
.x = sel->geom.x - selmon->m.x,
.y = sel->geom.y - selmon->m.y,
.width = sel->geom.width,