Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Whitespace



details:   https://anonhg.NetBSD.org/src/rev/ff6bf9980b6e
branches:  trunk
changeset: 366678:ff6bf9980b6e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jun 07 06:06:46 2022 +0000

description:
Whitespace

diffstat:

 sys/arch/hppa/hppa/trap.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 5c22963ea102 -r ff6bf9980b6e sys/arch/hppa/hppa/trap.c
--- a/sys/arch/hppa/hppa/trap.c Tue Jun 07 05:39:16 2022 +0000
+++ b/sys/arch/hppa/hppa/trap.c Tue Jun 07 06:06:46 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.117 2022/05/28 21:14:56 andvar Exp $        */
+/*     $NetBSD: trap.c,v 1.118 2022/06/07 06:06:46 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.117 2022/05/28 21:14:56 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.118 2022/06/07 06:06:46 skrll Exp $");
 
 /* #define INTRDEBUG */
 /* #define TRAPDEBUG */
@@ -593,7 +593,7 @@
 
        switch (type) {
        case T_NONEXIST:
-       case T_NONEXIST|T_USER:
+       case T_NONEXIST | T_USER:
 #if !defined(DDB) && !defined(KGDB)
                /* we've got screwed up by the central scrutinizer */
                panic ("trap: elvis has just left the building!");
@@ -601,7 +601,7 @@
 #else
                goto dead_end;
 #endif
-       case T_RECOVERY|T_USER:
+       case T_RECOVERY | T_USER:
 #ifdef USERTRACE
                for (;;) {
                        if (frame->tf_iioq_head != rctr_next_iioq)
@@ -932,7 +932,7 @@
                break;
 
        case T_INTERRUPT:
-       case T_INTERRUPT|T_USER:
+       case T_INTERRUPT | T_USER:
                hppa_intr(frame);
                mtctl(frame->tf_eiem, CR_EIEM);
                break;



Home | Main Index | Thread Index | Old Index