Remove trailing newlines, spaces, and tabs.

No binary change.
This commit is contained in:
Ray Lai
2009-06-05 03:13:16 +00:00
parent 85e0d8a221
commit 74749e8705
7 changed files with 5 additions and 11 deletions

View File

@ -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)