Skip to content

Commit 936aa8e

Browse files
committed
vfs_domount_update(): style, use space instead of tab
(cherry picked from commit 5a061a3)
1 parent 9ccd539 commit 936aa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/kern/vfs_mount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ vfs_domount_update(
15181518

15191519
MNT_ILOCK(mp);
15201520
if (error == 0) {
1521-
mp->mnt_flag &= ~(MNT_UPDATE | MNT_RELOAD | MNT_FORCE |
1521+
mp->mnt_flag &= ~(MNT_UPDATE | MNT_RELOAD | MNT_FORCE |
15221522
MNT_SNAPSHOT);
15231523
} else {
15241524
/*

0 commit comments

Comments
 (0)