mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove trailing newlines, spaces, and tabs.
No binary change.
This commit is contained in:
		@@ -72,7 +72,7 @@ cmd_rotate_window_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
			
		||||
		TAILQ_INSERT_HEAD(&w->panes, wp, entry);
 | 
			
		||||
 | 
			
		||||
		xoff = wp->xoff; yoff = wp->yoff;
 | 
			
		||||
		sx = wp->sx; sy = wp->sy;	
 | 
			
		||||
		sx = wp->sx; sy = wp->sy;
 | 
			
		||||
		flags = w->flags;
 | 
			
		||||
		TAILQ_FOREACH(wp, &w->panes, entry) {
 | 
			
		||||
			if ((wp2 = TAILQ_NEXT(wp, entry)) == NULL)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user