summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-27 10:31:33 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-27 10:31:33 +0000
commit8d6ce7aabffbd4313800c42243b2e11a48537c8f (patch)
treec847c4f389ed0f7f146a1fb8f2949a3b10143899 /sys
parent7fe34980153780f95cc612f6d0a4e9800c530011 (diff)
Removed extraneous space
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/isa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index 70af397240f..9dbe1d5cb1f 100644
--- a/sys/dev/isa/isa.c
+++ b/sys/dev/isa/isa.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: isa.c,v 1.3 1996/02/27 10:31:32 niklas Exp $ */
/* $NetBSD: isa.c,v 1.74 1995/06/07 06:46:04 cgd Exp $ */
/*-
@@ -92,7 +93,7 @@ isa_intr_typename(type)
{
switch (type) {
- case IST_NONE :
+ case IST_NONE:
return ("none");
case IST_PULSE:
return ("pulsed");