Style(9). Whitespace.

MFC after:	3 weeks
This commit is contained in:
dchagin 2017-07-09 14:18:22 +00:00
parent f0ab6897f4
commit a81a6a05f1

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;