diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-12 15:21:46 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-12 15:21:46 +0000 |
| commit | 7bbd2f341be2be794c74fc6306ee59a30c428dca (patch) | |
| tree | 2d08b20b35260feac69b6d34f7eb0afc47998569 /sys | |
| parent | 6e65bad538e9ab804707830afc49e7ac94e4ae16 (diff) | |
clean up whitespace
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/subr_autoconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 831c28ca9a7..171fe4094b7 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: subr_autoconf.c,v 1.57 2001/07/01 02:56:20 gmcgarry Exp $ */ +/* $NetBSD: subr_autoconf.c,v 1.58 2001/11/12 15:21:46 lukem Exp $ */ /* * Copyright (c) 1996, 2000 Christopher G. Demetriou @@ -81,8 +81,7 @@ */ #include <sys/cdefs.h> - -__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.57 2001/07/01 02:56:20 gmcgarry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.58 2001/11/12 15:21:46 lukem Exp $"); #include <sys/param.h> #include <sys/device.h> |
