Wrap some long lines.

This commit is contained in:
nicm
2014-04-17 12:57:28 +00:00
parent ada75af199
commit c3b2e5eed3
3 changed files with 6 additions and 3 deletions

3
tty.c
View File

@ -388,7 +388,8 @@ tty_putcode_ptr1(struct tty *tty, enum tty_code_code code, const void *a)
}
void
tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, const void *b)
tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a,
const void *b)
{
if (a != NULL && b != NULL)
tty_puts(tty, tty_term_ptr2(tty->term, code, a, b));