From 74749e8705a49ddda7a742f44bae5865be3f7a70 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Fri, 5 Jun 2009 03:13:16 +0000 Subject: Remove trailing newlines, spaces, and tabs. No binary change. --- cmd-rotate-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-rotate-window.c') diff --git a/cmd-rotate-window.c b/cmd-rotate-window.c index b7ac341d..39605b64 100644 --- a/cmd-rotate-window.c +++ b/cmd-rotate-window.c @@ -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) -- cgit v1.2.3