mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	removed unnecessary parens
This commit is contained in:
		
							parent
							
								
									c06266e12d
								
							
						
					
					
						commit
						6ae1004cd1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -631,7 +631,7 @@ static void render_container_tabbed(struct sway_output *output,
 | 
			
		|||
		// Make last tab use the remaining width of the parent
 | 
			
		||||
		if (i == pstate->children->length - 1) {
 | 
			
		||||
			tab_width =
 | 
			
		||||
				(pstate->swayc_width - width_gap_adjustment) - tab_width * i;
 | 
			
		||||
				pstate->swayc_width - width_gap_adjustment - tab_width * i;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		render_titlebar(output, damage, child, x, cstate->swayc_y, tab_width,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue