Fix an indentation bug in r357169.

This commit is contained in:
Brooks Davis 2020-01-30 18:34:08 +00:00
parent fbb9879c0c
commit 10dd04d39f

View File

@ -287,7 +287,7 @@ detrunc(struct denode *dep, u_long length, int flags, struct ucred *cred)
return (error);
}
memset(bp->b_data + boff, 0, pmp->pm_bpcluster - boff);
bwrite(bp);
bwrite(bp);
}
}