Module Name:    src
Committed By:   kiyohara
Date:           Mon Jul  5 07:55:55 UTC 2010

Modified Files:
        src/sys/arch/prep/conf: GENERIC

Log Message:
Remove unnecessary white-spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/arch/prep/conf/GENERIC

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

Modified files:

Index: src/sys/arch/prep/conf/GENERIC
diff -u src/sys/arch/prep/conf/GENERIC:1.153 src/sys/arch/prep/conf/GENERIC:1.154
--- src/sys/arch/prep/conf/GENERIC:1.153	Sat May  8 22:16:29 2010
+++ src/sys/arch/prep/conf/GENERIC	Mon Jul  5 07:55:55 2010
@@ -1,7 +1,7 @@
-# $NetBSD: GENERIC,v 1.153 2010/05/08 22:16:29 mrg Exp $
+# $NetBSD: GENERIC,v 1.154 2010/07/05 07:55:55 kiyohara Exp $
 #
 # GENERIC machine description file
-# 
+#
 # This machine description file is used to generate the default NetBSD
 # kernel.  The generic kernel does not include all options, subsystems
 # and device drivers, but should be useful for most applications.
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.153 $"
+#ident		"GENERIC-$Revision: 1.154 $"
 
 maxusers	32
 
@@ -49,7 +49,7 @@
 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
+# Enable experimental buffer queue strategy for better responsiveness under
 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
 #options 	BUFQ_READPRIO
 #options 	BUFQ_PRIOCSCAN

Reply via email to