Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips s/leading spaces/tabs/



details:   https://anonhg.NetBSD.org/src/rev/713fd9dbd65c
branches:  trunk
changeset: 983689:713fd9dbd65c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jun 02 00:00:39 2021 +0000

description:
s/leading spaces/tabs/

diffstat:

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

diffs (42 lines):

diff -r 1f136f787160 -r 713fd9dbd65c sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Tue Jun 01 23:28:07 2021 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Wed Jun 02 00:00:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.301 2021/03/23 13:22:40 simonb Exp $        */
+/*     $NetBSD: mips_machdep.c,v 1.302 2021/06/02 00:00:39 simonb Exp $        */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.301 2021/03/23 13:22:40 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.302 2021/06/02 00:00:39 simonb Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -1785,9 +1785,9 @@
                       CTL_MACHDEP, CPU_ROOT_DEVICE, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_IMMEDIATE,
-                       CTLTYPE_INT, "llsc", NULL,
-                       NULL, MIPS_HAS_LLSC, NULL, 0,
-                       CTL_MACHDEP, CPU_LLSC, CTL_EOL);
+                      CTLTYPE_INT, "llsc", NULL,
+                      NULL, MIPS_HAS_LLSC, NULL, 0,
+                      CTL_MACHDEP, CPU_LLSC, CTL_EOL);
 #ifdef MIPS3_LOONGSON2
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_IMMEDIATE,
@@ -1797,8 +1797,8 @@
 #endif
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_IMMEDIATE,
-                       CTLTYPE_INT, "fpu_present", NULL,
-                       NULL,
+                      CTLTYPE_INT, "fpu_present", NULL,
+                      NULL,
 #ifdef NOFPU
                       0,
 #else



Home | Main Index | Thread Index | Old Index