From 028aeda9fc3c45022e581a3c89cbff95703bbf24 Mon Sep 17 00:00:00 2001 From: Christopher Lang Date: Thu, 27 Jul 2023 13:46:44 +0100 Subject: Fix indentation --- st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st.c') 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) -- cgit v1.2.3