Sprinkle a little white-space.

This commit is contained in:
simonb 2003-05-20 13:48:08 +00:00
parent c80c657a39
commit 8ba8e8a81b
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_synch.c,v 1.127 2003/05/08 02:04:11 matt Exp $ */ /* $NetBSD: kern_synch.c,v 1.128 2003/05/20 13:48:08 simonb Exp $ */
/*- /*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -78,7 +78,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.127 2003/05/08 02:04:11 matt Exp $"); __KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.128 2003/05/20 13:48:08 simonb Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_ktrace.h" #include "opt_ktrace.h"