mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Fix whitespace issue
This commit is contained in:
		
							parent
							
								
									fe8280bf39
								
							
						
					
					
						commit
						561acf650a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -1044,7 +1044,6 @@ createnotify(struct wl_listener *listener, void *data)
 | 
				
			||||||
	} else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE)
 | 
						} else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE)
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Allocate a Client for this surface */
 | 
						/* Allocate a Client for this surface */
 | 
				
			||||||
	c = xdg_surface->data = ecalloc(1, sizeof(*c));
 | 
						c = xdg_surface->data = ecalloc(1, sizeof(*c));
 | 
				
			||||||
	c->surface.xdg = xdg_surface;
 | 
						c->surface.xdg = xdg_surface;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue