From 74749e8705a49ddda7a742f44bae5865be3f7a70 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Fri, 5 Jun 2009 03:13:16 +0000 Subject: Remove trailing newlines, spaces, and tabs. No binary change. --- tty-term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index 200cc020..e7aced73 100644 --- a/tty-term.c +++ b/tty-term.c @@ -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); } - -- cgit