Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Fix a white-space nit.



details:   https://anonhg.NetBSD.org/src/rev/c57932c0fc03
branches:  trunk
changeset: 525902:c57932c0fc03
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 20 06:04:35 2002 +0000

description:
Fix a white-space nit.

diffstat:

 sys/kern/tty.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 660d3203e3df -r c57932c0fc03 sys/kern/tty.c
--- a/sys/kern/tty.c    Sat Apr 20 05:55:47 2002 +0000
+++ b/sys/kern/tty.c    Sat Apr 20 06:04:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.136 2002/04/12 17:02:33 christos Exp $       */
+/*     $NetBSD: tty.c,v 1.137 2002/04/20 06:04:35 simonb Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1991, 1993
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.136 2002/04/12 17:02:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.137 2002/04/20 06:04:35 simonb Exp $");
 
 #include "opt_uconsole.h"
 
@@ -116,7 +116,7 @@
 
 char const char_type[] = {
        E|CC, O|CC, O|CC, E|CC, O|CC, E|CC, E|CC, O|CC, /* nul - bel */
-       O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
+       O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
        O|CC, E|CC, E|CC, O|CC, E|CC, O|CC, O|CC, E|CC, /* dle - etb */
        E|CC, O|CC, O|CC, E|CC, O|CC, E|CC, E|CC, O|CC, /* can - us */
        O|NO, E|NO, E|NO, O|NO, E|NO, O|NO, O|NO, E|NO, /* sp - ' */
@@ -1921,7 +1921,7 @@
        struct timeval  utime, stime;
        int             tmp;
 
-       if (ttycheckoutq(tp,0) == 0)
+       if (ttycheckoutq(tp, 0) == 0)
                return;
 
        /* Print load average. */



Home | Main Index | Thread Index | Old Index