mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
Indentation.
This commit is contained in:
parent
eccaaeee6e
commit
5732d666a1
@ -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>
|
* 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)
|
if (wq == NULL)
|
||||||
break;
|
break;
|
||||||
window_pane_resize(wp, wp->sx, wp->sy + 1);
|
window_pane_resize(wp, wp->sx, wp->sy + 1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user