Fix an indentation bug in r357169.
This commit is contained in:
parent
c086b36c6c
commit
ae8290e7c8
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user