Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern KNF
details:   https://anonhg.NetBSD.org/src/rev/259c7a95d6ff
branches:  trunk
changeset: 968096:259c7a95d6ff
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 02 16:52:55 2020 +0000
description:
KNF
diffstat:
 sys/kern/tty.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f5e677fe4883 -r 259c7a95d6ff sys/kern/tty.c
--- a/sys/kern/tty.c    Thu Jan 02 16:51:54 2020 +0000
+++ b/sys/kern/tty.c    Thu Jan 02 16:52:55 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.282 2020/01/02 16:51:54 skrll Exp $  */
+/*     $NetBSD: tty.c,v 1.283 2020/01/02 16:52:55 skrll Exp $  */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.282 2020/01/02 16:51:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.283 2020/01/02 16:52:55 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -2981,7 +2981,7 @@
                pgrp = tp->t_pgrp;
                sess = tp->t_session;
                lflag = tp->t_lflag;
-               if  (sig == SIGINFO) {
+               if (sig == SIGINFO) {
                        if (ISSET(tp->t_state, TS_SIGINFO)) {
                                /* Via ioctl: ignore tty option. */
                                tp->t_state &= ~TS_SIGINFO;
Home |
Main Index |
Thread Index |
Old Index