Module Name: src
Committed By: riastradh
Date: Wed Jun 30 17:34:03 UTC 2021
Modified Files:
src/sys/dev: devlist2h.awk
Log Message:
devlist2h.awk: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/devlist2h.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/devlist2h.awk
diff -u src/sys/dev/devlist2h.awk:1.4 src/sys/dev/devlist2h.awk:1.5
--- src/sys/dev/devlist2h.awk:1.4 Tue Jun 29 21:03:36 2021
+++ src/sys/dev/devlist2h.awk Wed Jun 30 17:34:03 2021
@@ -1,5 +1,5 @@
#! /usr/bin/awk -f
-# $NetBSD: devlist2h.awk,v 1.4 2021/06/29 21:03:36 pgoyette Exp $
+# $NetBSD: devlist2h.awk,v 1.5 2021/06/30 17:34:03 riastradh Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved.
@@ -31,7 +31,7 @@
#
function collectline(f) {
- oparen = 0
+ oparen = 0
line = ""
while (f <= NF) {
if ($f == "#") {
@@ -40,7 +40,7 @@ function collectline(f) {
f++
continue
}
- if (oparen) {
+ if (oparen) {
line = line $f
if (f < NF)
line = line " "