diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 18:23:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 18:23:34 +0000 |
commit | 0c6bb9e6809048127a8345657ca135bb17491344 (patch) | |
tree | 81f37e9573dc5f7fd131b8a506a127c418c335b3 | |
parent | 640f4149b72f6a85be9631fe33601424356e89dd (diff) |
indent
-rw-r--r-- | sys/dev/isa/isapnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isapnp.c b/sys/dev/isa/isapnp.c index 368d5669472..bdc7adb2336 100644 --- a/sys/dev/isa/isapnp.c +++ b/sys/dev/isa/isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isapnp.c,v 1.17 1998/01/20 18:40:31 niklas Exp $ */ +/* $OpenBSD: isapnp.c,v 1.18 1998/06/02 18:23:33 deraadt Exp $ */ /* $NetBSD: isapnp.c,v 1.9.4.3 1997/10/29 00:40:43 thorpej Exp $ */ /* @@ -598,7 +598,7 @@ isapnp_submatch(parent, match, aux) * ISA probe... */ if (isapnp_config(ipa->ia_iot, ipa->ia_memt, ipa)) { - printf ("%s: error in region allocation\n", + printf("%s: error in region allocation\n", cf->cf_driver->cd_name); return (0); } |