svn commit: r321716 - stable/11/sys/fs/fdescfs

Dmitry Chagin dchagin at FreeBSD.org
Sun Jul 30 08:02:08 UTC 2017


Author: dchagin
Date: Sun Jul 30 08:02:06 2017
New Revision: 321716
URL: https://svnweb.freebsd.org/changeset/base/321716

Log:
  MFC r320837:
  
  Style(9). Whitespace.

Modified:
  stable/11/sys/fs/fdescfs/fdesc_vnops.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/fs/fdescfs/fdesc_vnops.c
==============================================================================
--- stable/11/sys/fs/fdescfs/fdesc_vnops.c	Sun Jul 30 08:00:54 2017	(r321715)
+++ stable/11/sys/fs/fdescfs/fdesc_vnops.c	Sun Jul 30 08:02:06 2017	(r321716)
@@ -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;


More information about the svn-src-all mailing list