From c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 17 Apr 2014 12:57:28 +0000 Subject: Wrap some long lines. --- tty-term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index a66aad83..bedf0cfd 100644 --- a/tty-term.c +++ b/tty-term.c @@ -506,7 +506,8 @@ tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a) } const char * -tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a, const void *b) +tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a, + const void *b) { return (tparm((char *) tty_term_string(term, code), a, b)); } -- cgit