Module Name:    src
Committed By:   rillig
Date:           Thu Sep  8 05:26:34 UTC 2022

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
distrib/sets/sets.subr: remove trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/distrib/sets/sets.subr

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

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.202 src/distrib/sets/sets.subr:1.203
--- src/distrib/sets/sets.subr:1.202	Sun Aug 21 07:10:03 2022
+++ src/distrib/sets/sets.subr	Thu Sep  8 05:26:34 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.202 2022/08/21 07:10:03 lukem Exp $
+#	$NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
 #
 
 #
@@ -12,7 +12,7 @@
 #	stlib			static library format (a.out, elf)
 #
 # The following <bsd.own.mk> variables are exported to the environment:
-#	MACHINE	
+#	MACHINE
 #	MACHINE_ARCH
 #	MACHINE_CPU
 #	HAVE_ACPI
@@ -185,12 +185,12 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 
 #
 # list_set_files setfile [...]
-# 
+#
 # Produce a packing list for setfile(s).
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.202 2022/08/21 07:10:03 lukem Exp $
+# 	# $NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root
@@ -211,7 +211,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 #	make -f mkvars.mk mkvarsyesno
 #
 # These MK<NAME> variables can be used as selectors in the sets as <name>.
-# 
+#
 # The following extra keywords are also available, listed by:
 #
 #	make -f mkvars.mk mkextravars
@@ -239,7 +239,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 #
 #    3. Finally:
 #	dummy			dummy entry (ignored)
-#	obsolete		file is obsolete, and only printed if 
+#	obsolete		file is obsolete, and only printed if
 #				${obsolete} != 0
 #
 #	solaris			${MKDTRACE} != no or ${MKZFS} != no or ${MKCTF} != no
@@ -292,7 +292,7 @@ list_set_files()
 		BEGIN {
 			if (obsolete)
 				wanted["obsolete"] = 1
-		
+
 			split("'"${MKVARS}"'", needvars)
 			doingcompat = 0
 			doingcompattests = 0
@@ -309,7 +309,7 @@ list_set_files()
 				sub(/^have_/, "", kw)
 				sub(/^target_endianness/, "endian", kw)
 				if (nv != "HAVE_GCC" && nv != "HAVE_GDB" && ENVIRON[nv] != "no" && nv != "COMPATARCHDIRS" && nv != "KMODARCHDIRS") {
-					wanted[kw] = 1 
+					wanted[kw] = 1
 				}
 			}
 
@@ -336,7 +336,7 @@ list_set_files()
 				kmodprefix = "./stand/"
 				kmodpat = kmodprefix ENVIRON["MACHINE"]
 				l_kmodpat = length(kmodpat)
-				kmoddbprefix = "./usr/libdata/debug/stand/" 
+				kmoddbprefix = "./usr/libdata/debug/stand/"
 				kmoddbpat = kmoddbprefix ENVIRON["MACHINE"]
 				l_kmoddbpat = length(kmoddbpat)
 			}
@@ -394,7 +394,7 @@ list_set_files()
 			delete list [substr($1, 2)];
 			next;
 		}
-				
+
 
 		NF > 2 && $3 != "-" {
 			if (notwanted[$1] != "")
@@ -513,7 +513,7 @@ list_set_files()
 
 #
 # list_set_lists setname
-# 
+#
 # Print to stdout a list of files, one filename per line, which
 # concatenate to create the packing list for setname. E.g.,
 #

Reply via email to