Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/eisa remove trailing whitespace from the stripped RC...



details:   https://anonhg.NetBSD.org/src/rev/4bf72fd2cbca
branches:  trunk
changeset: 574373:4bf72fd2cbca
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Feb 27 05:29:05 2005 +0000

description:
remove trailing whitespace from the stripped RCS Id

diffstat:

 sys/dev/eisa/devlist2h.awk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8f778e391f1d -r 4bf72fd2cbca sys/dev/eisa/devlist2h.awk
--- a/sys/dev/eisa/devlist2h.awk        Sun Feb 27 05:18:58 2005 +0000
+++ b/sys/dev/eisa/devlist2h.awk        Sun Feb 27 05:29:05 2005 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.7 2003/12/15 07:32:20 jmc Exp $
+#      $NetBSD: devlist2h.awk,v 1.8 2005/02/27 05:29:05 perry Exp $
 #
 # Copyright (c) 1995, 1996 Christopher G. Demetriou
 # All rights reserved.
@@ -37,6 +37,7 @@
 NR == 1 {
        VERSION = $0
        gsub("\\$", "", VERSION)
+       gsub(/ $/, "", VERSION)
 
        printf("/*\t$NetBSD" "$\t*/\n\n") > dfile
        printf("/*\n") > dfile



Home | Main Index | Thread Index | Old Index