Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.cobalt Fix leading 8 spaces to a tab.



details:   https://anonhg.NetBSD.org/src/rev/21e2de1492b5
branches:  trunk
changeset: 934764:21e2de1492b5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 18 16:40:08 2020 +0000

description:
Fix leading 8 spaces to a tab.

diffstat:

 etc/etc.cobalt/MAKEDEV.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fac5da77ca19 -r 21e2de1492b5 etc/etc.cobalt/MAKEDEV.conf
--- a/etc/etc.cobalt/MAKEDEV.conf       Thu Jun 18 16:31:15 2020 +0000
+++ b/etc/etc.cobalt/MAKEDEV.conf       Thu Jun 18 16:40:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.18 2020/06/13 19:47:10 thorpej Exp $
+# $NetBSD: MAKEDEV.conf,v 1.19 2020/06/18 16:40:08 tsutsui Exp $
 
 all_md)
        makedev wd0 wd1 sd0 sd1 sd2 sd3
@@ -25,7 +25,7 @@
        ;;
 
 lcdpanel)
-        mkdev lcdpanel0 c %lcdpanel_chr% 0 660
+       mkdev lcdpanel0 c %lcdpanel_chr% 0 660
        # Support the legacy "panel0" name.
        lndev lcdpanel0 panel0
        ;;



Home | Main Index | Thread Index | Old Index