Comment whitespace.

This commit is contained in:
skrll 2008-08-08 16:58:01 +00:00
parent f6e1114503
commit e7901782b3
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr_pool.c,v 1.166 2008/07/09 02:43:53 yamt Exp $ */ /* $NetBSD: subr_pool.c,v 1.167 2008/08/08 16:58:01 skrll Exp $ */
/*- /*-
* Copyright (c) 1997, 1999, 2000, 2002, 2007, 2008 The NetBSD Foundation, Inc. * Copyright (c) 1997, 1999, 2000, 2002, 2007, 2008 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.166 2008/07/09 02:43:53 yamt Exp $"); __KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.167 2008/08/08 16:58:01 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_pool.h" #include "opt_pool.h"