diff options
| author | riastradh <riastradh@NetBSD.org> | 2021-06-30 17:34:03 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2021-06-30 17:34:03 +0000 |
| commit | 33e514d3251fd40c164a550ccd65234f2eefe42d (patch) | |
| tree | d9c37d384600c79974cf0a652a6306522c396be9 /sys/dev/devlist2h.awk | |
| parent | b6fd894c416e43cac1d1d032091d2b530cc0f665 (diff) | |
devlist2h.awk: Nix trailing whitespace.
No functional change intended.
Diffstat (limited to 'sys/dev/devlist2h.awk')
| -rw-r--r-- | sys/dev/devlist2h.awk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/devlist2h.awk b/sys/dev/devlist2h.awk index de8a8d250f9..b111dad8f2b 100644 --- a/sys/dev/devlist2h.awk +++ b/sys/dev/devlist2h.awk @@ -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 " " |
