aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck/preen.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
commit5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch)
tree4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sbin/quotacheck/preen.c
parent6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff)
downloadsrc-5ebc7e6281887681c3a348a5a4c902e262ccd656.tar.gz
src-5ebc7e6281887681c3a348a5a4c902e262ccd656.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8871
Diffstat (limited to 'sbin/quotacheck/preen.c')
-rw-r--r--sbin/quotacheck/preen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c
index 1cdb01d6e977..413e4d4ff594 100644
--- a/sbin/quotacheck/preen.c
+++ b/sbin/quotacheck/preen.c
@@ -121,7 +121,7 @@ checkfstab(preen, maxrun, docheck, chkit)
maxrun = ndisks;
nextdisk = disks;
for (passno = 0; passno < maxrun; ++passno) {
- while ((ret = startdisk(nextdisk, chkit)) != 0 &&
+ while ((ret = startdisk(nextdisk, chkit)) != 0 &&
nrun > 0)
sleep(10);
if (ret)