diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 06:04:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 06:04:26 +0000 |
commit | 5732d666a178ab9673a0acc409ef6f8fccf58e5a (patch) | |
tree | 55d97851f7bbd575c3ce67fe8eefc82e5e5ebf72 | |
parent | eccaaeee6e3fb4cf5ebd9df0ba68bcff71981e8c (diff) | |
download | rtmux-5732d666a178ab9673a0acc409ef6f8fccf58e5a.tar.gz rtmux-5732d666a178ab9673a0acc409ef6f8fccf58e5a.tar.bz2 rtmux-5732d666a178ab9673a0acc409ef6f8fccf58e5a.zip |
Indentation.
-rw-r--r-- | cmd-resize-pane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-resize-pane.c b/cmd-resize-pane.c index 53b2de52..70e7b2cd 100644 --- a/cmd-resize-pane.c +++ b/cmd-resize-pane.c @@ -1,4 +1,4 @@ -/* $Id: cmd-resize-pane.c,v 1.1 2009-04-30 06:01:35 nicm Exp $ */ +/* $Id: cmd-resize-pane.c,v 1.2 2009-04-30 06:04:26 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -119,7 +119,7 @@ cmd_resize_pane_exec(struct cmd *self, struct cmd_ctx *ctx) } if (wq == NULL) break; - window_pane_resize(wp, wp->sx, wp->sy + 1); + window_pane_resize(wp, wp->sx, wp->sy + 1); } } else { /* |