Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/f26b432262af
branches:  trunk
changeset: 938123:f26b432262af
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Sep 02 17:40:23 2020 +0000

description:
Nix trailing whitespace.

diffstat:

 sys/arch/alpha/alpha/machdep.c |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r ebde618a7437 -r f26b432262af sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c    Wed Sep 02 17:37:57 2020 +0000
+++ b/sys/arch/alpha/alpha/machdep.c    Wed Sep 02 17:40:23 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.361 2020/08/29 19:06:32 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.362 2020/09/02 17:40:23 riastradh Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2019 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.361 2020/08/29 19:06:32 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.362 2020/09/02 17:40:23 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -732,7 +732,7 @@
                case 'Q':
                        boothowto |= AB_QUIET;
                        break;
-                       
+
                case 'v': /* verbose boot */
                case 'V':
                        boothowto |= AB_VERBOSE;
@@ -1273,7 +1273,7 @@
                        n = bytes - i;
                        if (n > BYTES_PER_DUMP)
                                n =  BYTES_PER_DUMP;
-       
+
                        error = (*dump)(dumpdev, blkno,
                            (void *)ALPHA_PHYS_TO_K0SEG(maddr), n);
                        if (error)
@@ -1436,7 +1436,7 @@
        else
                frame = (void *)(alpha_pal_rdusp());
        return (frame);
-}      
+}
 
 void
 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp)
@@ -1514,7 +1514,7 @@
         * the trampoline version numbers are coordinated with machine-
         * dependent code in libc.
         */
-       
+
        tf->tf_regs[FRAME_A0] = sig;
        tf->tf_regs[FRAME_A1] = (uint64_t)&fp->sf_si;
        tf->tf_regs[FRAME_A2] = (uint64_t)&fp->sf_uc;
@@ -1905,7 +1905,7 @@
 void
 cpu_signotify(struct lwp *l)
 {
-       
+
        KASSERT(kpreempt_disabled());
 
        if (l->l_cpu != curcpu()) {



Home | Main Index | Thread Index | Old Index