~ruther/dwl

3e82fad9c4c8bcc1712bfe83e37280c8ef498e0b — Devin J. Pohly 4 years ago a4c0b91
fix style on space-indented function
1 files changed, 4 insertions(+), 4 deletions(-)

M dwl.c
M dwl.c => dwl.c +4 -4
@@ 2411,11 2411,11 @@ zoom(const Arg *arg)
void
activatex11(struct wl_listener *listener, void *data)
{
       Client *c = wl_container_of(listener, c, activate);
	Client *c = wl_container_of(listener, c, activate);

       /* Only "managed" windows can be activated */
       if (c->type == X11Managed)
               wlr_xwayland_surface_activate(c->surface.xwayland, 1);
	/* Only "managed" windows can be activated */
	if (c->type == X11Managed)
		wlr_xwayland_surface_activate(c->surface.xwayland, 1);
}

void

Do not follow this link