aboutsummaryrefslogtreecommitdiff
path: root/x.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 /x.c
parenta8cb8e94547d7e31441d2444e8a196415e3e4c1f (diff)
downloadst-patched-4e0135afeca43f5affe13d7269cb98e7ac526074.tar.bz2
st-patched-4e0135afeca43f5affe13d7269cb98e7ac526074.tar.xz
st-patched-4e0135afeca43f5affe13d7269cb98e7ac526074.zip
style: remove double empty newlines
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/x.c b/x.c
index 2cd76d0..aa86b31 100644
--- a/x.c
+++ b/x.c
@@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name)
763 if (!BETWEEN(x, 0, dc.collen)) 763 if (!BETWEEN(x, 0, dc.collen))
764 return 1; 764 return 1;
765 765
766
767 if (!xloadcolor(x, name, &ncolor)) 766 if (!xloadcolor(x, name, &ncolor))
768 return 1; 767 return 1;
769 768
@@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
1769 ttywrite(buf, len, 1); 1768 ttywrite(buf, len, 1);
1770} 1769}
1771 1770
1772
1773void 1771void
1774cmessage(XEvent *e) 1772cmessage(XEvent *e)
1775{ 1773{