Long lines and spacing fixes.

This commit is contained in:
nicm
2019-11-28 09:56:25 +00:00
parent c416fe0da4
commit bc5881c4d2
4 changed files with 8 additions and 5 deletions

View File

@ -636,7 +636,8 @@ tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b)
}
const char *
tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b, int c)
tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b,
int c)
{
return (tparm((char *) tty_term_string(term, code), a, b, c));
}