From da182612b7c7a6be67b2c7be0c0d85562220f1e4 Mon Sep 17 00:00:00 2001
From: Christoph Lohmann <20h@r-36.net>
Date: Thu, 18 Apr 2013 06:51:18 +0200
Subject: Removing trailing whitespace.

---
 st.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c
index 53c524f..8e39ec2 100644
--- a/st.c
+++ b/st.c
@@ -2319,7 +2319,7 @@ tresize(int col, int row) {
 	tmoveto(term.c.x, term.c.y);
 	/* Clearing both screens */
 	orig = term.line;
-	do {	
+	do {
 		if(mincol < col && 0 < minrow) {
 			tclearregion(mincol, 0, col - 1, minrow - 1);
 		}
-- 
cgit v1.2.3