svn commit: r217792 - head/sys/kern

Jaakko Heinonen jh at FreeBSD.org
Mon Jan 24 17:08:26 UTC 2011


Author: jh
Date: Mon Jan 24 17:08:26 2011
New Revision: 217792
URL: http://svn.freebsd.org/changeset/base/217792

Log:
  Replace spaces with tabs.

Modified:
  head/sys/kern/vfs_mount.c

Modified: head/sys/kern/vfs_mount.c
==============================================================================
--- head/sys/kern/vfs_mount.c	Mon Jan 24 17:04:21 2011	(r217791)
+++ head/sys/kern/vfs_mount.c	Mon Jan 24 17:08:26 2011	(r217792)
@@ -816,7 +816,7 @@ vfs_domount_first(
 	 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they
 	 * get.  No freeing of cn_pnbuf.
 	 */
-        error = VFS_MOUNT(mp);
+	error = VFS_MOUNT(mp);
 	if (error != 0) {
 		vfs_unbusy(mp);
 		vfs_mount_destroy(mp);
@@ -940,7 +940,7 @@ vfs_domount_update(
 	 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they
 	 * get.  No freeing of cn_pnbuf.
 	 */
-        error = VFS_MOUNT(mp);
+	error = VFS_MOUNT(mp);
 
 	if (error == 0) {
 		/* Process the export option. */


More information about the svn-src-head mailing list