Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/e354950974a7
branches:  trunk
changeset: 943201:e354950974a7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Aug 28 14:58:25 2020 +0000

description:
Nix trailing whitespace.

diffstat:

 sys/conf/majors |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 1cc82cf4ac82 -r e354950974a7 sys/conf/majors
--- a/sys/conf/majors   Fri Aug 28 14:48:37 2020 +0000
+++ b/sys/conf/majors   Fri Aug 28 14:58:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: majors,v 1.95 2020/07/26 14:51:18 jdolecek Exp $
+# $NetBSD: majors,v 1.96 2020/08/28 14:58:25 riastradh Exp $
 #
 # Device majors for Machine-Independent drivers.
 #
@@ -28,10 +28,10 @@
 device-major amr       char 176                   amr          vector=1
 device-major lockstat  char 177                   lockstat     single
 device-major putter    char 178                   putter
-device-major srt       char 179                   srt          
+device-major srt       char 179                   srt
 device-major drm       char 180                   drmbase | drmkms
 device-major bio       char 181                   bio          single
-device-major altmem    char 182 block 182  altmem      
+device-major altmem    char 182 block 182  altmem
 device-major twa       char 187                   twa
 device-major cpuctl    char 188                                single
 device-major pad       char 189                   pad          vector=4,linkzero
@@ -59,10 +59,10 @@
 # NOTE:
 # The following ranges are reserved for devices that have historical MD
 # definition, but are for "partially" MI use.
-# 
+#
 # Any new port should use these "previously not" MI definitions instead of
 # separate MD values.
-# 
+#
 # New MI devices should go to this file instead of majors.*
 #
 # 210-219 reserved for previously not MI ws devices



Home | Main Index | Thread Index | Old Index