mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Trivial style and spacing nits.
This commit is contained in:
		
							
								
								
									
										7
									
								
								grid.c
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								grid.c
									
									
									
									
									
								
							@@ -268,8 +268,7 @@ grid_get_cell(struct grid *gd, u_int px, u_int py)
 | 
			
		||||
 | 
			
		||||
/* Set cell at relative position. */
 | 
			
		||||
void
 | 
			
		||||
grid_set_cell(
 | 
			
		||||
    struct grid *gd, u_int px, u_int py, const struct grid_cell *gc)
 | 
			
		||||
grid_set_cell(struct grid *gd, u_int px, u_int py, const struct grid_cell *gc)
 | 
			
		||||
{
 | 
			
		||||
	if (grid_check_y(gd, py) != 0)
 | 
			
		||||
		return;
 | 
			
		||||
@@ -657,8 +656,8 @@ grid_string_cells(struct grid *gd, u_int px, u_int py, u_int nx,
 | 
			
		||||
 * available.
 | 
			
		||||
 */
 | 
			
		||||
void
 | 
			
		||||
grid_duplicate_lines(
 | 
			
		||||
    struct grid *dst, u_int dy, struct grid *src, u_int sy, u_int ny)
 | 
			
		||||
grid_duplicate_lines(struct grid *dst, u_int dy, struct grid *src, u_int sy,
 | 
			
		||||
    u_int ny)
 | 
			
		||||
{
 | 
			
		||||
	struct grid_line	*dstl, *srcl;
 | 
			
		||||
	u_int			 yy;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user