diff options
author | 2019-11-28 09:56:25 +0000 | |
---|---|---|
committer | 2019-11-28 09:56:25 +0000 | |
commit | 21e62bdb3d5deb1fc3b1044f4cc1aa0ed0b480ff (patch) | |
tree | acc1f19c79ca9b7289471175214a67a6236f8d62 /usr.bin/tmux/tty.c | |
parent | Add xrecallocarray. (diff) | |
download | wireguard-openbsd-21e62bdb3d5deb1fc3b1044f4cc1aa0ed0b480ff.tar.xz wireguard-openbsd-21e62bdb3d5deb1fc3b1044f4cc1aa0ed0b480ff.zip |
Long lines and spacing fixes.
Diffstat (limited to 'usr.bin/tmux/tty.c')
-rw-r--r-- | usr.bin/tmux/tty.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tty.c b/usr.bin/tmux/tty.c index d81e7ea5e0b..fdc4f690b17 100644 --- a/usr.bin/tmux/tty.c +++ b/usr.bin/tmux/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.334 2019/11/28 09:05:34 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.335 2019/11/28 09:56:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -2454,7 +2454,8 @@ tty_check_bg(struct tty *tty, struct window_pane *wp, struct grid_cell *gc) } static void -tty_check_us(__unused struct tty *tty, struct window_pane *wp, struct grid_cell *gc) +tty_check_us(__unused struct tty *tty, struct window_pane *wp, + struct grid_cell *gc) { int c; |