aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-03-03 11:23:54 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-03-03 11:23:54 +0100
commit4e0135afeca43f5affe13d7269cb98e7ac526074 (patch)
tree2f1e3957259d42435db117b4feff0cc4316b594d /st.c
parenta8cb8e94547d7e31441d2444e8a196415e3e4c1f (diff)
downloadst-4e0135afeca43f5affe13d7269cb98e7ac526074.tar.gz
style: remove double empty newlines
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index cf8687e..379dd10 100644
--- a/st.c
+++ b/st.c
@@ -2335,7 +2335,6 @@ tputc(Rune u)
goto check_control_code;
}
-
if (IS_SET(MODE_SIXEL)) {
/* TODO: implement sixel mode */
return;
remember that computers suck.