Style(9). Whitespace.

MFC after:	3 weeks
This commit is contained in:
Dmitry Chagin 2017-07-09 14:18:22 +00:00
parent 16e3859b47
commit d499e3f58e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320837

View file

@ -358,7 +358,7 @@ fdesc_lookup(struct vop_lookup_args *ap)
error = vn_vget_ino_gen(dvp, fdesc_get_ino_alloc, &arg,
LK_EXCLUSIVE, &fvp);
}
if (error)
goto bad;
*vpp = fvp;