aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2019-03-03 11:23:54 +0100
committerHiltjo Posthuma2019-03-03 11:23:54 +0100
commitf2e83b21239aa698f504a6eef80cc38f1bc98d12 (patch)
tree936e0dabc816c31114f874a2093b77be0c65e8b6
parentb432c4d2c50eaecaaa8320cf7a4177f3edef8ae9 (diff)
downloadaur-f2e83b21239aa698f504a6eef80cc38f1bc98d12.tar.gz
style: remove double empty newlines
-rw-r--r--st.c1
-rw-r--r--x.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/st.c b/st.c
index cf8687e51920..379dd108678b 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;
diff --git a/x.c b/x.c
index 2cd76d02b8f1..aa86b31ec860 100644
--- a/x.c
+++ b/x.c
@@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name)
if (!BETWEEN(x, 0, dc.collen))
return 1;
-
if (!xloadcolor(x, name, &ncolor))
return 1;
@@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
ttywrite(buf, len, 1);
}
-
void
cmessage(XEvent *e)
{