TAB/space cleanup.

This commit is contained in:
tsutsui 2003-09-26 21:41:16 +00:00
parent 8298dd1da5
commit 81d5d9d0f3
2 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.38 2003/08/07 16:29:55 agc Exp $ */
/* $NetBSD: fd.c,v 1.39 2003/09/26 21:41:16 tsutsui Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.38 2003/08/07 16:29:55 agc Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.39 2003/09/26 21:41:16 tsutsui Exp $");
#include "opt_ddb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_pvt.h,v 1.10 2003/06/23 11:01:49 martin Exp $ */
/* $NetBSD: pmap_pvt.h,v 1.11 2003/09/26 21:41:16 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.