summaryrefslogtreecommitdiff
path: root/sys/dev/hil
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-05-07 22:39:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-05-07 22:39:44 +0000
commitaef236c376171e5c114dce9eb09dd8d33b2f944b (patch)
tree7368f6dd51996d3f456d9fd7e0334d242995a1d6 /sys/dev/hil
parent2287d7017207ff13b9e45dfc19fc1dc0553f0f4a (diff)
KNF the output.
Diffstat (limited to 'sys/dev/hil')
-rw-r--r--sys/dev/hil/devlist2h.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/devlist2h.awk b/sys/dev/hil/devlist2h.awk
index 374485c92ea..8c702ac02e8 100644
--- a/sys/dev/hil/devlist2h.awk
+++ b/sys/dev/hil/devlist2h.awk
@@ -1,5 +1,5 @@
#! /usr/bin/awk -f
-# $OpenBSD: devlist2h.awk,v 1.1 2003/02/11 19:39:30 miod Exp $
+# $OpenBSD: devlist2h.awk,v 1.2 2005/05/07 22:39:43 miod Exp $
#
# Copyright (c) 2003, Miodrag Vallat.
# All rights reserved.
@@ -74,6 +74,6 @@ $1 == "keyboard" || $1 == "mouse" || $1 == "idmodule" {
print $0
}
END {
- printf("\t{ -1, -1, -1, NULL }")
+ printf("\t{ -1, -1, -1, NULL }\n")
printf("};\n")
}