From bc5881c4d2fe0d9172636cfb2d756372995c8359 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 28 Nov 2019 09:56:25 +0000 Subject: Long lines and spacing fixes. --- 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 c408d968..52468faf 100644 --- a/tty-term.c +++ b/tty-term.c @@ -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)); } -- cgit