summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-rotate-window.c
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2009-06-05 03:13:17 +0000
committerRay Lai <ray@cvs.openbsd.org>2009-06-05 03:13:17 +0000
commit17f8aa6125e8a206ea23391cfd096ab4f1029606 (patch)
tree44e0bce56518cfca7e665234156b2cb670f8d24e /usr.bin/tmux/cmd-rotate-window.c
parent7b71d53802d74149924ead578b80d4ad2bfa9f21 (diff)
Remove trailing newlines, spaces, and tabs.
No binary change.
Diffstat (limited to 'usr.bin/tmux/cmd-rotate-window.c')
-rw-r--r--usr.bin/tmux/cmd-rotate-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-rotate-window.c b/usr.bin/tmux/cmd-rotate-window.c
index 8efa9a53c54..7774ad614c3 100644
--- a/usr.bin/tmux/cmd-rotate-window.c
+++ b/usr.bin/tmux/cmd-rotate-window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-rotate-window.c,v 1.2 2009/06/03 07:51:24 nicm Exp $ */
+/* $OpenBSD: cmd-rotate-window.c,v 1.3 2009/06/05 03:13:16 ray Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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)