~petersanchez/st

4e0135afeca43f5affe13d7269cb98e7ac526074 — Hiltjo Posthuma 5 years ago a8cb8e9
style: remove double empty newlines
2 files changed, 0 insertions(+), 3 deletions(-)

M st.c
M x.c
M st.c => st.c +0 -1
@@ 2335,7 2335,6 @@ tputc(Rune u)
			goto check_control_code;
		}


		if (IS_SET(MODE_SIXEL)) {
			/* TODO: implement sixel mode */
			return;

M x.c => x.c +0 -2
@@ 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)
{