mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	wlr_surface: fix indentation
This commit is contained in:
		
							parent
							
								
									77d3be66ea
								
							
						
					
					
						commit
						805039457a
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -325,8 +325,7 @@ static void wlr_surface_apply_damage(struct wlr_surface *surface,
 | 
			
		|||
					surface->current->buffer)) {
 | 
			
		||||
			wlr_texture_upload_drm(surface->texture, surface->current->buffer);
 | 
			
		||||
			goto release;
 | 
			
		||||
		} else if (wlr_dmabuf_resource_is_buffer(
 | 
			
		||||
					   surface->current->buffer)) {
 | 
			
		||||
		} else if (wlr_dmabuf_resource_is_buffer(surface->current->buffer)) {
 | 
			
		||||
			wlr_texture_upload_dmabuf(surface->texture, surface->current->buffer);
 | 
			
		||||
			goto release;
 | 
			
		||||
		} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue