aboutsummaryrefslogtreecommitdiff
path: root/cmd-previous-layout.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-03 22:50:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-03 22:50:09 +0000
commit15a64b805e46584d37cc6745383709632e287999 (patch)
tree5a55f5006585c9cdde05163251fd99da243575b5 /cmd-previous-layout.c
parent6c9862662fd2cccdc55be9d447a27b10f33ed8ea (diff)
downloadrtmux-15a64b805e46584d37cc6745383709632e287999.tar.gz
rtmux-15a64b805e46584d37cc6745383709632e287999.tar.bz2
rtmux-15a64b805e46584d37cc6745383709632e287999.zip
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying colours...
Diffstat (limited to 'cmd-previous-layout.c')
-rw-r--r--cmd-previous-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-previous-layout.c b/cmd-previous-layout.c
index 083ac3e9..77e3ebbb 100644
--- a/cmd-previous-layout.c
+++ b/cmd-previous-layout.c
@@ -43,7 +43,7 @@ cmd_previous_layout_exec(struct cmd *self, struct cmd_ctx *ctx)
struct cmd_target_data *data = self->data;
struct winlink *wl;
u_int layout;
-
+
if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL)
return (-1);