summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2011-01-24 17:08:26 +0000
committerjh <jh@FreeBSD.org>2011-01-24 17:08:26 +0000
commitaec2294356812c27219b097226db9f5c589f1953 (patch)
treec08e773f4e7fd37caf1500540218c76770df8547
parent7116b24f385da6a8d5578444981715afd77678a6 (diff)
downloadFreeBSD-src-aec2294356812c27219b097226db9f5c589f1953.zip
FreeBSD-src-aec2294356812c27219b097226db9f5c589f1953.tar.gz
Replace spaces with tabs.
-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 4971a25..000a544 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. */
OpenPOWER on IntegriCloud