svn commit: r320814 - head/sys/fs/fdescfs

Dmitry Chagin dchagin at FreeBSD.org
Sat Jul 8 21:02:42 UTC 2017


Author: dchagin
Date: Sat Jul  8 21:02:40 2017
New Revision: 320814
URL: https://svnweb.freebsd.org/changeset/base/320814

Log:
  Style(9). Add blank line aftr {.
  
  MFC after:	3 weeks

Modified:
  head/sys/fs/fdescfs/fdesc_vfsops.c

Modified: head/sys/fs/fdescfs/fdesc_vfsops.c
==============================================================================
--- head/sys/fs/fdescfs/fdesc_vfsops.c	Sat Jul  8 20:11:06 2017	(r320813)
+++ head/sys/fs/fdescfs/fdesc_vfsops.c	Sat Jul  8 21:02:40 2017	(r320814)
@@ -68,6 +68,7 @@ static vfs_root_t	fdesc_root;
 int
 fdesc_cmount(struct mntarg *ma, void *data, uint64_t flags)
 {
+
 	return kernel_mount(ma, flags);
 }
 


More information about the svn-src-all mailing list