Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern White-space nit.
details: https://anonhg.NetBSD.org/src/rev/e49c37fb87a8
branches: trunk
changeset: 559878:e49c37fb87a8
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Mar 25 08:22:31 2004 +0000
description:
White-space nit.
diffstat:
sys/kern/vfs_bio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9abb0db612b2 -r e49c37fb87a8 sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c Thu Mar 25 07:48:34 2004 +0000
+++ b/sys/kern/vfs_bio.c Thu Mar 25 08:22:31 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_bio.c,v 1.119 2004/03/24 15:34:53 atatat Exp $ */
+/* $NetBSD: vfs_bio.c,v 1.120 2004/03/25 08:22:31 simonb Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -81,7 +81,7 @@
#include "opt_softdep.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.119 2004/03/24 15:34:53 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.120 2004/03/25 08:22:31 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -401,7 +401,7 @@
/* If there's anything on the AGE list, it should be eaten. */
- if(TAILQ_FIRST(&bufqueues[BQ_AGE]) != NULL)
+ if (TAILQ_FIRST(&bufqueues[BQ_AGE]) != NULL)
return 0;
try = random() & 0x0000000fL;
Home |
Main Index |
Thread Index |
Old Index