aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-18 06:51:18 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-18 06:51:18 +0200
commitda182612b7c7a6be67b2c7be0c0d85562220f1e4 (patch)
tree104e70e495f3d578c7de0d15b8694ac17706c324
parentb7e6a5c825a8d786a0cc4dbacc82df1c90ad7020 (diff)
downloadst-da182612b7c7a6be67b2c7be0c0d85562220f1e4.tar.gz
st-da182612b7c7a6be67b2c7be0c0d85562220f1e4.tar.bz2
Removing trailing whitespace.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
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);
}