Module Name:    src
Committed By:   tsutsui
Date:           Thu Jun 18 16:40:08 UTC 2020

Modified Files:
        src/etc/etc.cobalt: MAKEDEV.conf

Log Message:
Fix leading 8 spaces to a tab.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/etc/etc.cobalt/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.cobalt/MAKEDEV.conf
diff -u src/etc/etc.cobalt/MAKEDEV.conf:1.18 src/etc/etc.cobalt/MAKEDEV.conf:1.19
--- src/etc/etc.cobalt/MAKEDEV.conf:1.18	Sat Jun 13 19:47:10 2020
+++ src/etc/etc.cobalt/MAKEDEV.conf	Thu Jun 18 16:40:08 2020
@@ -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 @@ minimal)
 	;;
 
 lcdpanel)
-        mkdev lcdpanel0 c %lcdpanel_chr% 0 660
+	mkdev lcdpanel0 c %lcdpanel_chr% 0 660
 	# Support the legacy "panel0" name.
 	lndev lcdpanel0 panel0
 	;;

Reply via email to