Whitespace fix.

Submitted by:	Wojciech A. Koszek <dunstan at zsno ids czest pl>
This commit is contained in:
John Baldwin 2006-02-02 20:14:52 +00:00
parent 19cf04981a
commit f6b457923d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155225

View File

@ -143,7 +143,7 @@ acct(struct thread *td, struct acct_args *uap)
* appending and make sure it's a 'normal'. While we could
* conditionally acquire Giant here, we're actually interacting with
* vnodes from possibly two file systems, making the logic a bit
* complicated. For now, use Giant unconditionally.
* complicated. For now, use Giant unconditionally.
*/
mtx_lock(&Giant);
if (uap->path != NULL) {