summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2019-11-28 09:56:26 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2019-11-28 09:56:26 +0000
commit5182cbfbc4ebc628df0351ad32bf8b9f5a3cc9d6 (patch)
tree635484b87988e0dc0d846d57ea7f3ad7b974625f /usr.bin/tmux/tty-term.c
parent699ccf7099cc83b40b031690ef3734d9e22d41c5 (diff)
Long lines and spacing fixes.
Diffstat (limited to 'usr.bin/tmux/tty-term.c')
-rw-r--r--usr.bin/tmux/tty-term.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tty-term.c b/usr.bin/tmux/tty-term.c
index 609d1151cf7..3835454505d 100644
--- a/usr.bin/tmux/tty-term.c
+++ b/usr.bin/tmux/tty-term.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty-term.c,v 1.68 2019/10/03 10:24:06 nicm Exp $ */
+/* $OpenBSD: tty-term.c,v 1.69 2019/11/28 09:56:25 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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));
}