diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-07-09 14:18:22 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-07-09 14:18:22 +0000 |
commit | d499e3f58ee6d148c59b7f795fe0837a9faaa915 (patch) | |
tree | 92b587e163b3c33ff1461b8591863fc8079f857a | |
parent | 16e3859b473b4c516386a805f858dc2c122502ba (diff) | |
download | src-d499e3f58ee6d148c59b7f795fe0837a9faaa915.tar.gz src-d499e3f58ee6d148c59b7f795fe0837a9faaa915.zip |
Style(9). Whitespace.
MFC after: 3 weeks
Notes
Notes:
svn path=/head/; revision=320837
-rw-r--r-- | sys/fs/fdescfs/fdesc_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index 48ca6c4962de..e49687b5fd19 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -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; |