summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_outq.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-26 18:26:20 +0000
committered <ed@FreeBSD.org>2011-06-26 18:26:20 +0000
commit4ef034d1ea803fc7e2746f9360ad74f8e6ac77be (patch)
tree6dadaf4b44c7fc8c9b8f9f4d96f553859ca7411d /sys/kern/tty_outq.c
parent59c238c6bed4c3688cd951c136e0cd48bc67c028 (diff)
downloadFreeBSD-src-4ef034d1ea803fc7e2746f9360ad74f8e6ac77be.zip
FreeBSD-src-4ef034d1ea803fc7e2746f9360ad74f8e6ac77be.tar.gz
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
Diffstat (limited to 'sys/kern/tty_outq.c')
-rw-r--r--sys/kern/tty_outq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_outq.c b/sys/kern/tty_outq.c
index d5ed221..5d40abe 100644
--- a/sys/kern/tty_outq.c
+++ b/sys/kern/tty_outq.c
@@ -119,7 +119,7 @@ void
ttyoutq_free(struct ttyoutq *to)
{
struct ttyoutq_block *tob;
-
+
ttyoutq_flush(to);
to->to_quota = 0;
OpenPOWER on IntegriCloud