Removing trailing whitespace.

This commit is contained in:
Christoph Lohmann 2013-04-18 06:51:18 +02:00
parent b7e6a5c825
commit da182612b7
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -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);
}