summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristopher Lang <christopher.lang.256@gmail.com>2023-07-27 13:46:44 +0100
committerChristopher Lang <christopher.lang.256@gmail.com>2023-07-27 13:46:44 +0100
commit028aeda9fc3c45022e581a3c89cbff95703bbf24 (patch)
tree311e0c7b458909db0f22bdbac1487c91606a27d6 /st.c
parent36d225d71d448bfe307075580f0d8ef81eeb5a87 (diff)
Fix indentation
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.c b/st.c
index 0f4593e..f1e0724 100644
--- a/st.c
+++ b/st.c
@@ -2100,8 +2100,8 @@ externalpipe(const Arg *arg)
lastpos = MIN(tlinehistlen(n) + 1, term.col) - 1;
if (lastpos < 0)
break;
- if (lastpos == 0)
- continue;
+ if (lastpos == 0)
+ continue;
end = &bp[lastpos + 1];
for (; bp < end; ++bp)
if (xwrite(to[1], buf, utf8encode(bp->u, buf)) < 0)