Fix an indentation bug in r357169.

This commit is contained in:
brooks 2020-01-30 18:34:08 +00:00
parent c086b36c6c
commit ae8290e7c8

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);
}
}