aboutsummaryrefslogtreecommitdiff
path: root/grid-view.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
commita1b43faa436430e76da7da5ee321113a87ce719c (patch)
tree3c2a5d5338d5db43f91ceccbb6d2fbea97f022ba /grid-view.c
parent430d2194362e177b55c5fc66ee95f3a968ed62e1 (diff)
downloadrtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.gz
rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.bz2
rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.zip
Trim spaces.
Diffstat (limited to 'grid-view.c')
-rw-r--r--grid-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/grid-view.c b/grid-view.c
index 839176b5..cce823ea 100644
--- a/grid-view.c
+++ b/grid-view.c
@@ -1,4 +1,4 @@
-/* $Id: grid-view.c,v 1.5 2009-01-05 11:04:06 nicm Exp $ */
+/* $Id: grid-view.c,v 1.6 2009-01-10 01:51:21 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -178,7 +178,7 @@ grid_view_insert_cells(struct grid_data *gd, u_int px, u_int py, u_int nx)
py = grid_view_y(gd, py);
sx = grid_view_x(gd, gd->sx);
-
+
if (px == sx - 1)
grid_clear(gd, px, py, 1, 1);
else