mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	cosmetic: use tabs instead of spaces
This commit is contained in:
		
							parent
							
								
									369b6466a7
								
							
						
					
					
						commit
						6301639146
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -123,7 +123,7 @@ wl_array_add(struct wl_array *array, size_t size)
 | 
				
			||||||
	if (array->alloc < alloc) {
 | 
						if (array->alloc < alloc) {
 | 
				
			||||||
		if (array->alloc > 0)
 | 
							if (array->alloc > 0)
 | 
				
			||||||
			data = realloc(array->data, alloc);
 | 
								data = realloc(array->data, alloc);
 | 
				
			||||||
	        else
 | 
							else
 | 
				
			||||||
			data = malloc(alloc);
 | 
								data = malloc(alloc);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (data == NULL)
 | 
							if (data == NULL)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue