From 5732d666a178ab9673a0acc409ef6f8fccf58e5a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 30 Apr 2009 06:04:26 +0000 Subject: [PATCH] Indentation. --- cmd-resize-pane.c | 4 ++-- 1 file 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 @@ -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 { /*