diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2009-06-05 03:13:17 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2009-06-05 03:13:17 +0000 |
commit | 17f8aa6125e8a206ea23391cfd096ab4f1029606 (patch) | |
tree | 44e0bce56518cfca7e665234156b2cb670f8d24e /usr.bin/tmux/tty-term.c | |
parent | 7b71d53802d74149924ead578b80d4ad2bfa9f21 (diff) |
Remove trailing newlines, spaces, and tabs.
No binary change.
Diffstat (limited to 'usr.bin/tmux/tty-term.c')
-rw-r--r-- | usr.bin/tmux/tty-term.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tty-term.c b/usr.bin/tmux/tty-term.c index 990fbc552ae..c9f026f19e3 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.1 2009/06/01 22:58:49 nicm Exp $ */ +/* $OpenBSD: tty-term.c,v 1.2 2009/06/05 03:13:16 ray Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -390,4 +390,3 @@ tty_term_flag(struct tty_term *term, enum tty_code_code code) log_fatalx("not a flag: %d", code); return (term->codes[code].value.flag); } - |