fix style on space-indented function
This commit is contained in:
		
							
								
								
									
										8
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								dwl.c
									
									
									
									
									
								
							| @@ -2411,11 +2411,11 @@ zoom(const Arg *arg) | |||||||
| void | void | ||||||
| activatex11(struct wl_listener *listener, void *data) | 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 */ | 	/* Only "managed" windows can be activated */ | ||||||
|        if (c->type == X11Managed) | 	if (c->type == X11Managed) | ||||||
|                wlr_xwayland_surface_activate(c->surface.xwayland, 1); | 		wlr_xwayland_surface_activate(c->surface.xwayland, 1); | ||||||
| } | } | ||||||
|  |  | ||||||
| void | void | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user