diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-04 14:05:51 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-04 14:05:51 +0000 |
commit | 8645d47f5802d73bdb9e411f953de758d1ba6538 (patch) | |
tree | 0477c0c6118ac60793419e7f582111eadf6e99ed /sys/arch | |
parent | 0aa90b5559147f6b9573bda348793636084df74e (diff) |
Remove extra blank line
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c index 134f7984f07..d83ece85148 100644 --- a/sys/arch/i386/isa/isa_machdep.c +++ b/sys/arch/i386/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.18 1996/12/12 07:44:55 deraadt Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.19 1997/01/04 14:05:50 niklas Exp $ */ /* $NetBSD: isa_machdep.c,v 1.14 1996/05/12 23:06:18 mycroft Exp $ */ /*- @@ -340,7 +340,6 @@ isa_attach_hook(parent, self, iba) struct device *parent, *self; struct isabus_attach_args *iba; { - /* Nothing to do. */ } |