Fix whitespace inconsistencies in TTY code.

This commit is contained in:
Ed Schouten 2012-02-06 18:15:46 +00:00
parent f0e3e0350a
commit cd864a19a5
5 changed files with 7 additions and 8 deletions

View File

@ -661,7 +661,6 @@ ttydisc_echo(struct tty *tp, char c, int quote)
return ttydisc_echo_force(tp, c, quote);
}
static void
ttydisc_reprint_char(void *d, char c, int quote)
{