commit 233f0a7dc793a104ec5febe6bf6ad361b694137c
parent a3812bb81e729648ad1ea72646051aa1a896154b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 3 Mar 2019 11:23:54 +0100
style: remove double empty newlines
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/st.c b/st.c
@@ -2446,7 +2446,6 @@ tputc(Rune u)
goto check_control_code;
}
-
if (IS_SET(MODE_SIXEL)) {
/* TODO: implement sixel mode */
return;
diff --git a/x.c b/x.c
@@ -786,7 +786,6 @@ xsetcolorname(int x, const char *name)
if (!BETWEEN(x, 0, dc.collen))
return 1;
-
if (!xloadcolor(x, name, &ncolor))
return 1;
@@ -1798,7 +1797,6 @@ kpress(XEvent *ev)
ttywrite(buf, len, 1);
}
-
void
cmessage(XEvent *e)
{