style: remove double empty newlines

This commit is contained in:
Hiltjo Posthuma
2019-03-03 11:23:54 +01:00
parent a8cb8e9454
commit 4e0135afec
2 changed files with 0 additions and 3 deletions

1
st.c
View File

@ -2335,7 +2335,6 @@ tputc(Rune u)
goto check_control_code;
}
if (IS_SET(MODE_SIXEL)) {
/* TODO: implement sixel mode */
return;