aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2011-01-24 17:08:26 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2011-01-24 17:08:26 +0000
commit1a4fbae8714b762127b91ac8236f68704c813c58 (patch)
treec08e773f4e7fd37caf1500540218c76770df8547 /sys/kern/vfs_mount.c
parent514539dcbd4a525adf303523a9001e061023cd92 (diff)
downloadsrc-1a4fbae8714b762127b91ac8236f68704c813c58.tar.gz
src-1a4fbae8714b762127b91ac8236f68704c813c58.zip
Replace spaces with tabs.
Notes
Notes: svn path=/head/; revision=217792
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 4971a25f49f3..000a5446ac2b 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -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. */