diff options
author | jhb <jhb@FreeBSD.org> | 2003-03-13 23:07:09 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-03-13 23:07:09 +0000 |
commit | e90ccce5353cf31a00546cda5b30fc87e80a8d97 (patch) | |
tree | fd9dea87fc54fd85477f5b3f918074d266600fb7 /sys | |
parent | baf48a918c46ce3ed91dae2deed0ad5b8bb243c7 (diff) | |
download | FreeBSD-src-e90ccce5353cf31a00546cda5b30fc87e80a8d97.zip FreeBSD-src-e90ccce5353cf31a00546cda5b30fc87e80a8d97.tar.gz |
Trim some trailing whitespace.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_acct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 642b4bb..60b2cd7 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -297,7 +297,7 @@ acct_process(td) if (p->p_limit->p_refcnt > 1) { p->p_limit->p_refcnt--; p->p_limit = limcopy(p->p_limit); - } + } p->p_rlimit[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; VOP_LEASE(vp, td, uc, LEASE_WRITE); @@ -366,7 +366,7 @@ acctwatch(a) /* * XXX arr: Need to fix the issue of holding acct_mtx over * the below vnode operations. - */ + */ if (savacctp != NULLVP) { if (savacctp->v_type == VBAD) { |