1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

some whitespace cleanup (which I usually don't bother with)

so I could note that the previous delta was:

Reviewed by:	Mohan
This commit is contained in:
Matt Jacob 2007-01-04 20:45:33 +00:00
parent 96f8e17c48
commit 84292608b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165776

View File

@ -1393,7 +1393,7 @@ lock_partialfilelock(struct file_lock *fl)
/*
* XXX: Fixme: Check hwstatus for duplicate when
* true partial file locking and accounting is
* done on the hardware
* done on the hardware.
*/
if (lnlstatus == NFS_GRANTED_DUPLICATE) {
retval = PFL_GRANTED_DUPLICATE;
@ -2301,5 +2301,3 @@ sigunlock(void)
syslog(LOG_WARNING, "sigunlock failed: %s", strerror(errno));
}
}