summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-18 09:22:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-18 09:22:46 +0000
commit7846a19cf31930144368152ab96f9b39582bb268 (patch)
treee2402b6d0cf88a8b7f592af763100eebc4811ad5 /sys/nfs
parent6043471b5717b9fbef10a0d638626b3953561ece (diff)
indent
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_serv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index 81ed30ef401..17ad65c11cc 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_serv.c,v 1.10 1997/01/31 10:30:48 deraadt Exp $ */
+/* $OpenBSD: nfs_serv.c,v 1.11 1997/04/18 09:22:45 deraadt Exp $ */
/* $NetBSD: nfs_serv.c,v 1.25 1996/03/02 15:55:52 jtk Exp $ */
/*
@@ -2803,8 +2803,8 @@ again:
dp = (struct dirent *)cpos;
cookiep = cookies;
- while (cpos < cend && ncookies > 0
- && (dp->d_fileno == 0 || dp->d_type == DT_WHT)) {
+ while (cpos < cend && ncookies > 0 &&
+ (dp->d_fileno == 0 || dp->d_type == DT_WHT)) {
cpos += dp->d_reclen;
dp = (struct dirent *)cpos;
cookiep++;