Преглед изворни кода

Removing trailing whitespace.

Christoph Lohmann пре 12 година
родитељ
комит
da182612b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      st.c

+ 1 - 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);
 		}