style: remove double empty newlines
parent
a8cb8e9454
commit
4e0135afec
1
st.c
1
st.c
|
@ -2335,7 +2335,6 @@ tputc(Rune u)
|
|||
goto check_control_code;
|
||||
}
|
||||
|
||||
|
||||
if (IS_SET(MODE_SIXEL)) {
|
||||
/* TODO: implement sixel mode */
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue