Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2011 17:08:26 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217792 - head/sys/kern
Message-ID:  <201101241708.p0OH8Qmu099615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101241708.p0OH8Qmu099615>