mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Comment style nits.
This commit is contained in:
		
							
								
								
									
										4
									
								
								paste.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								paste.c
									
									
									
									
									
								
							@@ -69,7 +69,7 @@ paste_walk(struct paste_buffer *pb)
 | 
			
		||||
	return (RB_NEXT(paste_time_tree, &paste_by_time, pb));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get the most recent automatic buffer */
 | 
			
		||||
/* Get the most recent automatic buffer. */
 | 
			
		||||
struct paste_buffer *
 | 
			
		||||
paste_get_top(void)
 | 
			
		||||
{
 | 
			
		||||
@@ -81,7 +81,7 @@ paste_get_top(void)
 | 
			
		||||
	return (pb);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Free the most recent buffer */
 | 
			
		||||
/* Free the most recent buffer. */
 | 
			
		||||
int
 | 
			
		||||
paste_free_top(void)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user