aboutsummarylogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2013-04-18 06:51:18 +0200
committerChristoph Lohmann2013-04-18 06:51:18 +0200
commitf461d52c55f0c9ffaf5405e812039e5f4c3c61f5 (patch)
tree7b9c57d7ddf101a02cb4387631f05ee3182b2c93 /st.c
parent51754c6315e83ced8f8c71135a1cfc0076d1bb23 (diff)
downloadaur-f461d52c55f0c9ffaf5405e812039e5f4c3c61f5.tar.gz
Removing trailing whitespace.
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 53c524fb02a5..8e39ec28411d 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);
}