summaryrefslogtreecommitdiffstats
path: root/sys/sys/ttycom.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-06 18:15:46 +0000
committered <ed@FreeBSD.org>2012-02-06 18:15:46 +0000
commit3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b (patch)
treed8debeaae9cb4bca04afb913e4b72f0cfb34a40e /sys/sys/ttycom.h
parent72e5cc689cd76edc5a83bfdc7828b3e716c85c36 (diff)
downloadFreeBSD-src-3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b.zip
FreeBSD-src-3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b.tar.gz
Fix whitespace inconsistencies in TTY code.
Diffstat (limited to 'sys/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 68a411e..8d7547f 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -105,7 +105,7 @@ struct winsize {
#define TIOCM_SR 0020 /* secondary receive */
#define TIOCM_CTS 0040 /* clear to send */
#define TIOCM_DCD 0100 /* data carrier detect */
-#define TIOCM_RI 0200 /* ring indicate */
+#define TIOCM_RI 0200 /* ring indicate */
#define TIOCM_DSR 0400 /* data set ready */
#define TIOCM_CD TIOCM_DCD
#define TIOCM_CAR TIOCM_DCD
OpenPOWER on IntegriCloud