Whitespace nits.

This commit is contained in:
simonb 2001-08-24 02:07:34 +00:00
parent 48661b973f
commit 8375df5b6a
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.2 2001/08/22 17:53:44 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.3 2001/08/24 02:07:34 simonb Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -29,7 +29,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.2 2001/08/22 17:53:44 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.3 2001/08/24 02:07:34 simonb Exp $");
#include <sys/param.h>
#include <sys/buf.h>