Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf Remove trailing TABs.



details:   https://anonhg.NetBSD.org/src/rev/cba324800649
branches:  trunk
changeset: 373344:cba324800649
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Feb 03 23:07:47 2023 +0000

description:
Remove trailing TABs.

diffstat:

 sys/arch/next68k/conf/GENERIC |  6 +++---
 sys/arch/next68k/conf/SLAB    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 30b2d74f0717 -r cba324800649 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Fri Feb 03 23:06:42 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Fri Feb 03 23:07:47 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.155 2023/01/27 15:36:58 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.156 2023/02/03 23:07:47 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.155 $"
+#ident                 "GENERIC-$Revision: 1.156 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
        # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -213,7 +213,7 @@
 
 
 # Memory-disk drivers
-pseudo-device  md              
+pseudo-device  md
 
 #
 # accept filters
diff -r 30b2d74f0717 -r cba324800649 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Fri Feb 03 23:06:42 2023 +0000
+++ b/sys/arch/next68k/conf/SLAB        Fri Feb 03 23:07:47 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.61 2022/12/22 11:05:55 nat Exp $
+# $NetBSD: SLAB,v 1.62 2023/02/03 23:07:47 tsutsui Exp $
 #
 # deberg's development machine
 #
@@ -165,7 +165,7 @@
 
 
 # Memory-disk drivers
-pseudo-device  md              
+pseudo-device  md
 
 # Misc.
 pseudo-device  loop                    # network loopback



Home | Main Index | Thread Index | Old Index