Commit da18261

Christoph Lohmann <20h@r-36.net>
2013-04-18 00:51:18
Removing trailing whitespace.
1 parent b7e6a5c
Changed files (1)
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);
 		}