Replace spaces with tabs.

This commit is contained in:
jh 2011-01-24 17:08:26 +00:00
parent 7116b24f38
commit aec2294356

View File

@ -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. */