diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-03-03 11:23:54 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-03-03 11:23:54 +0100 |
commit | 4e0135afeca43f5affe13d7269cb98e7ac526074 (patch) | |
tree | 2f1e3957259d42435db117b4feff0cc4316b594d /x.c | |
parent | a8cb8e94547d7e31441d2444e8a196415e3e4c1f (diff) |
style: remove double empty newlines
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |